Forums

Radio button output not showing in email result

Unwired 25 Jan, 2011
Greetings!

I am not sure this is the right place but I have some issues with email result of the radio buttons.

here are the screenshots and the codes...

The values should appear in the 4 mini box...but in the email template its not working...




<table width="550" border="0" align="center" cellpadding="1" cellspacing="1">
<tr>
<td height="17" colspan="8" bgcolor="#E9D9E4"><center>
<b>Section 1 : Business Strategy and Direction</b>
</center></td>
</tr>
<tr>
<td bgcolor="#E9D9E4"> </td>
<td><br></td>
<td colspan="5" ><img src="/images/stories/form-arrow.jpg" width="115" height="24"></td>
</tr>
<tr>
<td bgcolor="#E9D9E4"> 1. </td>
<td>You have a clear detailed vision where the company is heading <br></td>

<td bgcolor="#CC0000"><center>
<input name="radio1" type="radio" value="1">
</center></td>
<td bgcolor="#CC6666" ><center>
<input name="radio2" type="radio" value="2">
</center></td>
<td bgcolor="#999999"><center>
<input name="radio3" type="radio" value="3" checked>
</center></td>
<td bgcolor="#99679A" ><center>
<input name="radio4" type="radio" value="4">
</center></td>
<td bgcolor="#660066" ><center>
<input name="radio5" type="radio" value="5">
</center></td>
</tr>


Any help is gladly appreciated,

Regards
Unwired
Max_admin 26 Jan, 2011
You should use the field name inside the 2 brackets, now you are using the value.

Regards,
Max
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
This topic is locked and no more replies can be posted.