I made my Contact US form with Catpcha in seconds
http://www.simplyjoomla.com/index.php?option=com_chronocontact&chronoformname=contact
However I am having troule with the validation part. In the Form Wizard, I made each text box required but I can still submit my form without entering values.
I made sure it was enabled in the form backend.
Here is the code the wizard produced.
<DIV class=form_item >
<DIV class="form_element cf_heading" >
<H1 class=cf_text id="" >Contact SimplyJoomla</H1></DIV>
<DIV class=clear > </DIV></DIV>
<DIV class=form_item >
<DIV class="form_element cf_text" ><SPAN class=cf_text >Please inquire about our services using the form below.</SPAN></DIV>
<DIV class=clear > </DIV></DIV>
<DIV class=form_item >
<DIV class="form_element cf_textbox" ><LABEL class=cf_label >Name:</LABEL><INPUT class="cf_inputbox required" id=text_4 maxLength=150 size=30 name=text_4 ></DIV>
<DIV class=clear > </DIV></DIV>
<DIV class=form_item >
<DIV class="form_element cf_textbox" ><LABEL class=cf_label >Email:</LABEL><INPUT class="cf_inputbox required" id=text_3 maxLength=150 size=30 name=text_3 ></DIV>
<DIV class=clear > </DIV></DIV>
<DIV class=form_item >
<DIV class="form_element cf_textarea" ><LABEL class=cf_label >What services are you insterested in:</LABEL><TEXTAREA class="cf_inputbox required" id=text_2 name=text_2 rows=3 cols=30 ></TEXTAREA></DIV>
<DIV class=clear > </DIV></DIV>
<DIV class=form_item >
<DIV class="form_element cf_captcha" ><LABEL class=cf_label >Verify Your Human</LABEL><SPAN >{imageverification}</SPAN></DIV>
<DIV class=clear > </DIV></DIV>
<DIV class=form_item >
<DIV class="form_element cf_button" ><INPUT type=submit value=Submit ></DIV>
<DIV class=clear > </DIV></DIV>
I figure I must be missing something?
If the wizard is bugged this way, how do I enable it in the form panel?