When do you want to validate and what type of cfform are you using?

When the user hits the submit button.

 

This is the cfform..

 

<cfform id="form1" name="form1" method="post" action="">

 

I have another page of this form and the validation works fine.



You want to validate prior to the form submitting or after a submit event?

Most forms work well with a submit validation, but highly recommended with any validation you choose that you then in turn validate yet again on the action page of the form.

Teddy

On 9/27/06, Chris C. Cooper <[EMAIL PROTECTED]> wrote:

Any reason why my CF form validation only work some times? If I change Validateat to On Blur it seems to work. I does work sometimes for some reason so I don't think it's a mapping issue.

 

 

<cfinput  name="user_student_id"

                                     type="text"

                                     id=" user_student_id "

                                     required="yes"

                                     message="Please Enter a Student ID"

                                     value="#getuser.user_student_id#"

                                    />

 

 

 

 


-------------------------------------

Chris C. Cooper

Cooper e.Business Solutions

Atlanta , Georgia
404.691.4816

 

Cooper e.business Solutions – http://www.cooperebusiness.com

 


-------------------------------------------------------------
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink
-------------------------------------------------------------




--
<cf_payne />

Blog: http://cfpayne.wordpress.com/
Atlanta CFUG: http://www.acfug.org nNryjj


-------------------------------------------------------------
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink
-------------------------------------------------------------

Reply via email to