I have made it required and would think that the site would throw an error if the user doesn’t enter a value, but all it does is submit the form. Am I doing something wrong here?
I have made it required and would think that the site would throw an error if the user doesn’t enter a value, but all it does is submit the form. Am I doing something wrong here?
[/QUOTE]
If Tanmaya’s fix does not work for you then check the Javascript settings on the client. My first thought is that perhaps the browser has Javascript disabled (the CFForm validation method is done using Javascript). Alternately you might try adding in value=“” to the CFInput type or using RegEx to make sure that something is entered in the “validate” attribute.