there are some fields that the results arent showing
for example
<table width="442" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="217">What is your favorite part of the site </td>
<td width="183"><label>
<input name="favorite" type="text" id="favorite" />
</label></td>
</tr>
<tr>
<td>What is your least favorite part of the site </td>
<td><label>
<input name="least favorite" type="text" id="least favorite" />
</label></td>
</tr>
<tr>
<td>Other comments / questions </td>
<td><label>
<input name="comments" type="text" id="comments" />
</label></td>
</tr>
</table>
the "least favorite" when i type in the text in the text box. in the email there is nothing there
any suggestions?
thanks
for example
<table width="442" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="217">What is your favorite part of the site </td>
<td width="183"><label>
<input name="favorite" type="text" id="favorite" />
</label></td>
</tr>
<tr>
<td>What is your least favorite part of the site </td>
<td><label>
<input name="least favorite" type="text" id="least favorite" />
</label></td>
</tr>
<tr>
<td>Other comments / questions </td>
<td><label>
<input name="comments" type="text" id="comments" />
</label></td>
</tr>
</table>
the "least favorite" when i type in the text in the text box. in the email there is nothing there
any suggestions?
thanks
Bcoz there is a space in the name, please make it least_favorite and it will go fine!!🙂
Cheers
Max
Cheers
Max
Hi skytopdesigns,
Yes, the name has a space in it - not permitted in strict HTML or ChronoForms, use 'least_favorite' instead.
Bob
Yes, the name has a space in it - not permitted in strict HTML or ChronoForms, use 'least_favorite' instead.
Bob
you guys are awsome!!!! ive been fighting for 2 days with this
thanks for the quick reply!!!
thanks for the quick reply!!!
This topic is locked and no more replies can be posted.