Question
Server Side Form Validation
Hello,
How can I make my form not submittable if the Javascript is disabled? The form uses CFFORM and
the validation page does the following: <cfif name EQ "">Error<cfelse>Ok</cfif>.
How can I prevent the form from getting submitted if a user disables Javascript?
Thanks for your help!
