I’m having difficulties getting CTOG to honor “required” fields. Is there a trick to this. If I preview the page in a browser, it works as expected.
Can you explain more what is the problem. Just did a quick test and it worked. The form wouldn’t let me send my data unless the specific field are unempty (if this is a word). I tried it with both Jquery and Browser validation.
I was using browser validation and it was not working. I switched to jQuery validation and it is working much better now. I like the red bars. One oddity… I have two select lists where the first is chained to a second select list. If I try to submit without filling anything out the second select list is not tagged as required until after the an option in the first select list is selected.