Hi all,
I am idiot of html and have spent hours working on making the checkbox show...but failed. I need your help. Here is the code in my form...
And what should be accordingly in my email template???
Thanks for your help in advance!
Chris
I am idiot of html and have spent hours working on making the checkbox show...but failed. I need your help. Here is the code in my form...
</div>
<div class="clear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_radiobutton">
<label class="cf_label" style="width: 170px;">Form of address</label>
<div class="float_left">
<input value="Mr." class="radio radio validate-one-required" id="Mr." name="radio0" type="radio" />
<label for="Mr." class="radio_label">Mr.</label>
<br />
<input value="Ms." class="radio radio validate-one-required" id="Ms." name="radio0" type="radio" />
<label for="Ms." class="radio_label">Ms.</label>
<br />
And what should be accordingly in my email template???
Thanks for your help in advance!
Chris