• I am using Contact Form 7. All the fields are sending to email except radio buttons for some reason. Here is the form: https://www.retirementestateplan.com/contact/bully-proof-inventory/.

    Here is a sample of the form code:

    <p>Do you know what the expected historic rate of return is for the mix of assets you now possess?</p>
    <p>[textarea textarea-137]</p>
    
    <p>Historically, do you know how much you could lose over a two or three year market crash? In other words, do you know what the historic worst case scenario is for your mix?</p>
    <p>[textarea textarea-42]</p>
    
    <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>

    And the mail code that corresponds to it:

    Do you know what the expected historic rate of return is for the mix of assets you now possess?
    [textarea-137]
    
    Historically, do you know how much you could lose over a two or three year market crash? In other words, do you know what the historic worst case scenario is for your mix?
    [textarea-42]
    
    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]

    I cannot see any error in my mail code, so why are the textarea’s sending while the radio’s are not?

    https://www.ads-software.com/plugins/contact-form-7/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Radio Button Answer not Sending’ is closed to new replies.