Hi there. I have my form setup and all types of field are sending properly through email EXCEPT radio buttons and I cannot figure out why.
Here is an example of my code form the form. First the form side:
<p>1. Have you discovered your True Purpose for Money, that which is more important than money itself?</p>
<p>[radio radio-242 "Yes" "No"]</p>
<p>2. Are you invested in the Market?</p>
<p>[radio radio-959 "Yes" "No"]</p>
<p>3. Do you know how markets work?</p>
<p>[radio radio-815 "Yes" "No"]</p>
<p>4. Have you defined your Investment Philosophy?</p>
<p>[radio radio-86 "Yes" "No"]</p>
and, the same from the email side:
1. Have you discovered your True Purpose for Money, that which is more important than money itself?
[radio-242]
2. Are you invested in the Market?
[radio-959]
3. Do you know how markets work?
[radio-815]
4. Have you defined your Investment Philosophy?
[radio-86]
And here is the page: http://www.retirementestateplan.com/contact/bully-proof-inventory/.