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
 
Top