Title: Radio Button Answer not Sending
Last modified: August 21, 2016

---

# Radio Button Answer not Sending

 *  [nickandrea19](https://wordpress.org/support/users/nickandrea19/)
 * (@nickandrea19)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/radio-button-answer-not-sending/)
 * I am using Contact Form 7. All the fields are sending to email except radio buttons
   for some reason. Here is the form: [http://www.retirementestateplan.com/contact/bully-proof-inventory/](http://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?
 * [http://wordpress.org/plugins/contact-form-7/](http://wordpress.org/plugins/contact-form-7/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Mise](https://wordpress.org/support/users/sedemik/)
 * (@sedemik)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/radio-button-answer-not-sending/#post-4145309)
 * I think that you have the same problem that some other people:
    [http://wordpress.org/support/topic/radio-button-not-set-after-sent](http://wordpress.org/support/topic/radio-button-not-set-after-sent)
   [http://wordpress.org/support/topic/default-behaviour-of-radio-buttons-after-submit](http://wordpress.org/support/topic/default-behaviour-of-radio-buttons-after-submit)
 *  Thread Starter [nickandrea19](https://wordpress.org/support/users/nickandrea19/)
 * (@nickandrea19)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/radio-button-answer-not-sending/#post-4145310)
 * Yes, and there doesn’t seem to be a solution unless I’m missing something?
 *  [Mise](https://wordpress.org/support/users/sedemik/)
 * (@sedemik)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/radio-button-answer-not-sending/#post-4145311)
 * I found one solution and that helped me.
    [http://wordpress.org/support/topic/required-radio-button-validation-solution?replies=1](http://wordpress.org/support/topic/required-radio-button-validation-solution?replies=1)
 * Put that code to your theme’s functions.php file.
 * The problem has happend when the form has sent and then you send it again. After
   first send the radio button cleared and there is no any selection chosen.
 * With this code you will get error message is there is no selection in radio button.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Radio Button Answer not Sending’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

## Tags

 * [email](https://wordpress.org/support/topic-tag/email/)
 * [form code](https://wordpress.org/support/topic-tag/form-code/)
 * [radio buttons](https://wordpress.org/support/topic-tag/radio-buttons/)
 * [textarea](https://wordpress.org/support/topic-tag/textarea/)

 * 3 replies
 * 2 participants
 * Last reply from: [Mise](https://wordpress.org/support/users/sedemik/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/radio-button-answer-not-sending/#post-4145311)
 * Status: not resolved