Default Value for Text Area

F

FARAZ QURESHI

How can I insert a default value for TEXTAREA like "Insert Your Suggestions
Here"
 
R

Ronx

In Code View:

<textarea cols="20" name="TextArea1" rows="4"> Insert Your Suggestions
Here</textarea>


In Design View:

Right click on the text area, and choose Form Field Properties.

Type the initial text into the Initial Value box.

Click OK
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top