Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Norman #1
Form Validation Question?
Greetings
A test-taker answers 42 out of 44 questions on an online test (form)
using coldfusion.
On submit, an error message needs to advise the test-taker that they did
not answer question X or Y and simply have a "back to the test" button,
preserving the form data as it was when they return.
At this point, they see a CF error message: Element ANS_X is undefined
in FORM, if they did hit their back button, the form data is preserved.
Thanks for any help-
Norman
Norman Guest
-
Very basic form validation question
Tabla Junkie wrote: If you're on CFMX 7 you can validate it this way within a cfform block: <cfinput type="text" required="yes" validate="email"... -
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... -
Form Validation
Hi all, I am using form validation to authenticate users. In the web config file I secure a page that has only the following statement:... -
Form Validation Question
I have a form that I am trying to validate with javascript - the validation will work once but then if I go back into the form and try it again it... -
copy and paste form RTF document into field in asp form cause it to bypass field length and javascript validation - how to overcome?
I have a web form with several fields. If I copy & paste from a RTF document into a field, the javascript validation and field length are bypassed...



Reply With Quote

