I have a simple from with one radio button. But I cannot get the value of the button selected into my email?
I just get all three values with the name of the button in front?
Thanks
I just get all three values with the name of the button in front?
Thanks
Hi, show me the radio buttons code in the HTML code box and the radios code in the Template box of this email!
Regards
Max
Regards
Max
HTML IS
=================
<DIV class=form_item >
<DIV class="form_element cf_radiobutton" ><LABEL class=cf_label >Click Me to Edit</LABEL>
<DIV class=float_left ><INPUT class="radio validate-one-required" id=radio_10 type=radio value="radio 1" name=radio0 ><LABEL class=radio_label for=radio_10 >Radio 1</LABEL><BR ><INPUT class=radio id=radio_20 type=radio value="radio 2" name=radio0 ><LABEL class=radio_label for=radio_20 >Radio 2</LABEL><BR ><INPUT class=radio id=radio_30 type=radio value="radio 3" name=radio0 ><LABEL class=radio_label for=radio_30 >Radio 3</LABEL><BR ></DIV></DIV>
<DIV class=clear > </DIV></DIV>
<DIV class=form_item >
<DIV class="form_element cf_button" ><INPUT type=submit value=Submit ></DIV>
<DIV class=clear > </DIV></DIV>
<DIV class=form_item >
<DIV class="form_element cf_radiobutton" ><LABEL class=cf_label >Click Me to Edit</LABEL>
<DIV class=float_left ><INPUT class="radio validate-one-required" id=radio_43 type=radio value="radio 4" name=radio3 ><LABEL class=radio_label for=radio_43 >Radio 4</LABEL><BR ><INPUT class=radio id=radio_53 type=radio value="radio 5" name=radio3 ><LABEL class=radio_label for=radio_53 >Radio 5</LABEL><BR ><INPUT class=radio id=radio_63 type=radio value="radio 6" name=radio3 ><LABEL class=radio_label for=radio_63 >Radio 6</LABEL><BR ></DIV></DIV>
<DIV class=clear > </DIV></DIV>
===================
CODE IN MAIL
==========
Click Me to Edit
{radio0}Radio 1
{radio0}Radio 2
{radio0}Radio 3
Click Me to Edit
{radio3}Radio 4
{radio3}Radio 5
{radio3}Radio 6
============
Thanks
=================
<DIV class=form_item >
<DIV class="form_element cf_radiobutton" ><LABEL class=cf_label >Click Me to Edit</LABEL>
<DIV class=float_left ><INPUT class="radio validate-one-required" id=radio_10 type=radio value="radio 1" name=radio0 ><LABEL class=radio_label for=radio_10 >Radio 1</LABEL><BR ><INPUT class=radio id=radio_20 type=radio value="radio 2" name=radio0 ><LABEL class=radio_label for=radio_20 >Radio 2</LABEL><BR ><INPUT class=radio id=radio_30 type=radio value="radio 3" name=radio0 ><LABEL class=radio_label for=radio_30 >Radio 3</LABEL><BR ></DIV></DIV>
<DIV class=clear > </DIV></DIV>
<DIV class=form_item >
<DIV class="form_element cf_button" ><INPUT type=submit value=Submit ></DIV>
<DIV class=clear > </DIV></DIV>
<DIV class=form_item >
<DIV class="form_element cf_radiobutton" ><LABEL class=cf_label >Click Me to Edit</LABEL>
<DIV class=float_left ><INPUT class="radio validate-one-required" id=radio_43 type=radio value="radio 4" name=radio3 ><LABEL class=radio_label for=radio_43 >Radio 4</LABEL><BR ><INPUT class=radio id=radio_53 type=radio value="radio 5" name=radio3 ><LABEL class=radio_label for=radio_53 >Radio 5</LABEL><BR ><INPUT class=radio id=radio_63 type=radio value="radio 6" name=radio3 ><LABEL class=radio_label for=radio_63 >Radio 6</LABEL><BR ></DIV></DIV>
<DIV class=clear > </DIV></DIV>
===================
CODE IN MAIL
==========
Click Me to Edit
{radio0}Radio 1
{radio0}Radio 2
{radio0}Radio 3
Click Me to Edit
{radio3}Radio 4
{radio3}Radio 5
{radio3}Radio 6
============
Thanks
ok cool, and what do you get in the email ?
by the way, did you edit your HTML code generated by the wizard ?
This is the output
==========
Click Me to Edit
radio 2Radio 1
radio 2Radio 2
radio 2Radio 3
Click Me to Edit
radio 5Radio 4
radio 5Radio 5
radio 5Radio 6
============
No edited no html. Left email tempalte blank during setup throuhg wizard
Thanks
==========
Click Me to Edit
radio 2Radio 1
radio 2Radio 2
radio 2Radio 3
Click Me to Edit
radio 5Radio 4
radio 5Radio 5
radio 5Radio 6
============
No edited no html. Left email tempalte blank during setup throuhg wizard
Thanks
nice, make your template code like this:
Click Me to Edit
{radio0}
change "Click Me to Edit" to something more meaningful of course, like "the answer to the my question is :"
Regards
Max
Click Me to Edit
{radio0}
change "Click Me to Edit" to something more meaningful of course, like "the answer to the my question is :"
Regards
Max
This topic is locked and no more replies can be posted.