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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CFFORM

Status
Not open for further replies.

alexfusion

Programmer
Feb 5, 2001
94
AR
Hello friends!
I am building a form using CFFORM tag.
I used the CFINPUT tag for single-line enters.
My question is:
How can I build a multiline textarea using CF tags?
What is the CFML tag equivalent to the TEXTAREA html tag?
I am building a form to send email and I neeed a TEXTAREA so the visitor can enter her/his messages.Do I have to use the commom TEXTAREA tag?.I would like to use CFML tags so I can use CF validation.Otherwise I would use Javascript to validate the field.
Can anyone give me some help?
Thank you !!!!!!

Alejandro
 
Hi,
i think that there's no cf tag that's equivelant to textarea tag! but you can use javascript to validate the textarea input; it's not hard. you should know that coldfusion converts the validation code that you write into javascript code also.
i urge you to use both client-side & server-side validation!
if you don't know how to write that javascript, you can replay this discussion and ask for that! <bebbero></bebbero>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top