Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Beals #1
CFFORM validation trumping Custom Validation
Is there any way for custom form validation to work in concert with the cfform
validation?
I have a custom script that compares the values of two select boxes which
works just fine when useing the <form> tag. Once I switch that over to use some
of the <cfform> validation, my OnSubmit value in the <cfform> tag is rewritten
on parsing to be the CF validator. Thus my script does not get run.
Any ideas beyond doing all the validation in the custom script?
Thanks.
Beals Guest
-
CFFORM Validation trumping Custom Form Validation
Is there any way for custom form validation to work in concert with the cfform validation? I have a custom script that compares the values of two... -
CFFORM Validation Bug
I'm using CFFORM and CFINPUT. I have several fields set to "required='yes'". It works fine in Firefox. However, in Internet Explorer, it's off... -
cfform validation and pop up error
hi, i have two javascript functions. One is for email validation and the other to initiate a pop up window with a confirmation. <script... -
CFForm Validation
Hi, This is a cfform validation question. How do I verify that the value entered in the "confirm password" box is the same as that entered in... -
only custom validation control does server side validation?
On a CustomValidator you have to provide the validation code because otherwise it doesn't know what to do for the validation. Other validator... -
drmaves #2
Re: CFFORM validation trumping Custom Validation
I'm having the same problem. Did you ever find a solution to this?
drmaves Guest
-
mxstu #3
Re: CFFORM validation trumping Custom Validation
If you search google groups for "CFFORM ONSUBMIT" there are tons of posts on this topic. You might want to check there. HTH
mxstu Guest



Reply With Quote

