Hello,
I am having a problem with my form. Everything was working well, but then i decided to change the order of the questions and replace one of the questions with another. I changed their order through the HTML by just physically moving them in the code and replacing the numbers in the text part of the html, and everything looks good on my live site.
But when i get the email results from the form, the order of questions is not correct, the old question i tried to delete is still there, the new one is not, and the response to one question only shows {check7}. i have a 15 question form, but only questions 5-8 show problems. The code is relatively simple, and when i put it through an HTML editor, it looks perfect. Any idea what is messing it up in the results emails?
here is the HTML of one of the messed up questions (question 8- the one that shows {check7} in teh results email):
I am having a problem with my form. Everything was working well, but then i decided to change the order of the questions and replace one of the questions with another. I changed their order through the HTML by just physically moving them in the code and replacing the numbers in the text part of the html, and everything looks good on my live site.
But when i get the email results from the form, the order of questions is not correct, the old question i tried to delete is still there, the new one is not, and the response to one question only shows {check7}. i have a 15 question form, but only questions 5-8 show problems. The code is relatively simple, and when i put it through an HTML editor, it looks perfect. Any idea what is messing it up in the results emails?
here is the HTML of one of the messed up questions (question 8- the one that shows {check7} in teh results email):
</div>
<div class="cfclear"> </div>
</div>
<br><br>
<div class="form_item">
<div class="form_element cf_checkbox">
<label class="cf_label" style="width: 900px;"> <b>8) How do you usually purchase the product?</b></label>
<div class="float_left">
<input value="Directly From us" title="" class="radio validate-one-required" id="check60" name="check6[]" type="checkbox" />
<label for="check60" class="check_label">Directly From us</label>
<br />
<input value="A Local Distributor" title="" class="radio validate-one-required" id="check61" name="check6[]" type="checkbox" />
<label for="check61" class="check_label">A Local Distributor</label>
<br />
<input value="A National / International Distributor" title="" class="radio validate-one-required" id="check62" name="check6[]" type="checkbox" />
<label for="check62" class="check_label">A National / International Distributor</label>
<br />
<input value="Other" title="" class="radio validate-one-required" id="check63" name="check6[]" type="checkbox" />
<label for="check63" class="check_label">Other</label>
</div>
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 200px;">If "other", please specify:</label>
<input class="cf_inputbox" maxlength="200" size="50" title="" id="text_15" name="text_15" type="text" />
</div>
<div class="cfclear"> </div>
</div>
<br><br>
</div>
</div>
<div class="cfclear"> </div>
</div>
This topic is locked and no more replies can be posted.
