Jump to content
  • 0

Как сделать текст в поле?


stardel
 Share

Question

Есть форма отправки сообщения,там поле для текста пустое.Как сделать чтобы там уже был нужный мне текст? вот код:


<p>{element label="Ваше сообщение" type="textarea" class="inputtext" required="required" error="Введите ваше сообщение" /}</p>{element type="captcha" class="inputtext" width="220" height="50" label="Проверочный код" /}<p>{element type="submit" value="Отправить" /}</p>

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

сделал так:



<p>{element label="Ф.И.О." type="text" class="inputtext" required="required" error="Введите Ф.И.О." /}</p>
<p>{element label="Тел." type="text" class="inputtext" required="required" error="Введите Телефон" /}</p>
<p>{element label="Адрес" type="text" class="inputtext" error="Адрес" /}</p>
<p>{element label="Сообщение" type="textarea" class="inputtext" required="required" value="В квартире установлены шаровые краны, вода полностью перекрывается. Прошу вас принять заявку на установку счетчиков воды." error="Введите ваше сообщение" /}{element type="captcha" class="inputtext" width="220" height="50" label="Проверочный код" /}{element type="submit" value="Отправить" /}</p>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy