Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cfinput rquired for textarea

Status
Not open for further replies.

gatetec

MIS
Joined
Mar 22, 2007
Messages
420
Location
US
// cfmx

I have a textarea. Is there a way to make this textarea field required? I want to make sure that users are required to enter texts on this textarea.

<tr>
<td bgcolor="FFFFCC"><b>Message</b></td>
<td bgcolor="CCCCFF"><b>
<textarea name="Message" rows="8" cols="80"></textarea>
</b></td>
</tr>

Thanks much
 
reply or use cftextarea and type required="yes
 
Oh oops i didnt realize he was running MX
 
thx much.
Js script works, I figured.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top