Hi,
I've setup the form using the wizard,
The radio buttons code:
The email template code:
Now, I have no idea why but no matter which radio button I click all I get is "on"
So my email looks like this:
Any ideas on how to fix it? I just need an edge, I'm really weak with forms...
I've setup the form using the wizard,
The radio buttons code:
<DIV class="form_item" ><DIV class="form_element cf_heading"><H2 class="cf_text" id="null">Request a Quote</H2></DIV><DIV class="clear"> </DIV></DIV>
<DIV class="form_item" ><DIV class="form_element cf_radiobutton"><LABEL class="cf_label">Required</LABEL><DIV class="float_left"><INPUT name="radio0" id="Commercial_EPC0" class="radio validate-one-required" type="radio"><LABEL class="radio_label" for="Commercial_EPC0">Commercial EPC</LABEL>
<BR><INPUT name="radio0" id="Residental_EPC0" class="radio" type="radio"><LABEL class="radio_label" for="Residental_EPC0">Residental EPC</LABEL>
<BR><INPUT name="radio0" id="DEC0" class="radio" type="radio"><LABEL class="radio_label" for="DEC0">DEC</LABEL>
<BR><INPUT name="radio0" id="Fire_Safety Assessment0" class="radio" type="radio"><LABEL class="radio_label" for="Fire_Safety Assessment0">Fire Safety Assessment</LABEL>
<BR></DIV><A class="tooltiplink" onclick="return false;"><IMG class="tooltipimg" src="components/com_chronocontact/css/images/tooltip.png" border="0" width="16" height="16"></A><DIV class="tooltipdiv" >Required :: Please choose one</DIV></DIV>
The email template code:
div class="form_item">
<div class="form_element cf_heading">
<h2 id="null" class="cf_text">Request a Quote Form</h2>
</div>
</div>
<div class="form_item"><label class="cf_label"> Type</label>{radio0}</div>
<div class="form_item">
<div class="form_element cf_textbox"><label class="cf_label">Property type: </label><span>{text_2}</span></div>
</div>
<div class="form_item">
<div class="form_element cf_radiobutton"><label class="cf_label">Size measured in: </label><span>{radio4}</span><br /><br /></div>
</div>
Now, I have no idea why but no matter which radio button I click all I get is "on"
So my email looks like this:
Typeon
Property type: sdadsa
Size measured in: on
Any ideas on how to fix it? I just need an edge, I'm really weak with forms...