F FARAZ QURESHI Apr 28, 2008 #1 How can I insert a default value for TEXTAREA like "Insert Your Suggestions Here"
R Ronx Apr 28, 2008 #2 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
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