Title: Submit Button Missing &amp; Multi-Choice Not Working
Last modified: March 28, 2023

---

# Submit Button Missing & Multi-Choice Not Working

 *  Resolved [wgo1](https://wordpress.org/support/users/wgo1/)
 * (@wgo1)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/submit-button-missing-multi-choice-not-working/)
 * I have created a form with a basic multiple choice field which will not accept
   selections. All other fields on the form work fine.
 * Also, and more problematic, the submit button does not display.
 * I have made an exact copy of the form for another site and it works fine. As 
   far as I know the only difference between the sites is the theme. So, I suspect
   there is some type of filter or override (I am afraid I really I am not sure 
   of the right words to use) built into the theme that is blocking the multi-choice
   field and submit buttons.
 * In this case the theme in question is Phlox.
 * I have tried adding some basic custom CSS (lifted straight from the wpforms website)
   to try and force the submit button to display, but it made no difference.
 * Any ideas are welcome. And, if I’m not using the right language, I am happy to
   go back and try clarifying.

Viewing 15 replies - 1 through 15 (of 36 total)

1 [2](https://wordpress.org/support/topic/submit-button-missing-multi-choice-not-working/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/submit-button-missing-multi-choice-not-working/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/submit-button-missing-multi-choice-not-working/page/2/?output_format=md)

 *  [Prashant Rai](https://wordpress.org/support/users/prashantrai/)
 * (@prashantrai)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/submit-button-missing-multi-choice-not-working/#post-16607570)
 * Hey [@wgo1](https://wordpress.org/support/users/wgo1/) – Thanks for reaching 
   out!
 * When you have sometime, can you please share the URL of the form where it’s embedded
   so I can take a closer look?
 * Kindly,
 *  [Prashant Rai](https://wordpress.org/support/users/prashantrai/)
 * (@prashantrai)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/submit-button-missing-multi-choice-not-working/#post-16611930)
 * Hey [@wgo1](https://wordpress.org/support/users/wgo1/) –
 * We haven’t heard back from you since my previous message, so I’m going to go 
   ahead and close this thread for now. But if you’d like us to assist further, 
   please feel welcome to continue the conversation.
 * Thanks!
 *  Thread Starter [wgo1](https://wordpress.org/support/users/wgo1/)
 * (@wgo1)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/submit-button-missing-multi-choice-not-working/#post-16623269)
 * Prashant,
 * Thank you for responding. I apologize for not checking back. I was at a conference
   for several days and not checking the thread.
 * The site has not been launched yet. That’s why I didn’t include the link in the
   initial post. Does it make a difference? Probably not, I guess, since you asked
   for it. Neophyte omission on my part. The link:
 * [https://aaceteams.com/contact/](https://aaceteams.com/contact/)
 * Thank you again for even looking into it.
 *  [Prashant Rai](https://wordpress.org/support/users/prashantrai/)
 * (@prashantrai)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/submit-button-missing-multi-choice-not-working/#post-16630532)
 * Hey [@wgo1](https://wordpress.org/support/users/wgo1/) – Thanks for sharing the
   URL!
 * I looked at the website and noticed that a coming soon page is active. Screenshot.
   When you have some time, can you please temporarily remove the coming soon page
   so I can take a closer look? In the meantime, you can also perform a [plugin or theme conflict ](https://wpforms.com/docs/how-to-test-for-theme-or-plugin-conflicts/)
   and see if that helps.
 * Kindly,
 *  Thread Starter [wgo1](https://wordpress.org/support/users/wgo1/)
 * (@wgo1)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/submit-button-missing-multi-choice-not-working/#post-16630538)
 * Coming soon down. Will do the conflict check.
 * Thank you so much for getting back to me.
 *  Thread Starter [wgo1](https://wordpress.org/support/users/wgo1/)
 * (@wgo1)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/submit-button-missing-multi-choice-not-working/#post-16630831)
 * Prashant,
 * I deactivated and reactivated – one by one – plugins. No change was seen. I have
   recreated the form on another site and it works there.
 * Thank you again.
 *  [Prashant Rai](https://wordpress.org/support/users/prashantrai/)
 * (@prashantrai)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/submit-button-missing-multi-choice-not-working/#post-16634292)
 * Hey [@wgo1](https://wordpress.org/support/users/wgo1/) – It looks like there 
   could be a styling conflict between the site theme and the forms. To fix this,
   please try the following custom CSS snippet:
 *     ```wp-block-code
       .wpforms-submit-container {
           display: block !important;
       }
   
       .wpforms-container input[type=radio] {
       	-webkit-appearance: radio !important;
       	-moz-appearance: radio !important;
       	appearance: radio !important;
       }
       ```
   
 * And in case it helps, here’s a tutorial on [how to add custom CSS like this to your site](https://wpforms.com/developers/how-to-add-custom-css-styles-for-wpforms/).
 * Hope this helps!
 *  Thread Starter [wgo1](https://wordpress.org/support/users/wgo1/)
 * (@wgo1)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/submit-button-missing-multi-choice-not-working/#post-16634330)
 * I will try this. Does it make any difference if your code block comes before 
   or after the CSS code that is already there?
 *  Thread Starter [wgo1](https://wordpress.org/support/users/wgo1/)
 * (@wgo1)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/submit-button-missing-multi-choice-not-working/#post-16634610)
 * That worked. Thank you so much.
 * Just out of curiosity, was there someplace in the theme’s code that you could
   see the conflict? Or was it more that since it wasn’t the plug ins, it had to
   be a theme conflict and the radio code is a standard try fix?
 * One way or another, thank you again.
 *  Thread Starter [wgo1](https://wordpress.org/support/users/wgo1/)
 * (@wgo1)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/submit-button-missing-multi-choice-not-working/#post-16634652)
 * Actually, wait a minute. When I go to test the form I get a “Form has not been
   submitted, please see the errors below”, but there are no errors shown below.
   Can you help on this, or should I start a new thread?
 *  [Prashant Rai](https://wordpress.org/support/users/prashantrai/)
 * (@prashantrai)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/submit-button-missing-multi-choice-not-working/#post-16637103)
 * Hey [@wgo1](https://wordpress.org/support/users/wgo1/) – When we see a form submission
   error message, it’s usually that optimization plugins are active on the website.
   When you have sometime, you can follow the solution shared in [our documentation](https://wpforms.com/docs/how-to-troubleshoot-javascript-issues-in-wpforms/#optimization-plugins)
   here and let me know how it goes.
 * Kindly,
 *  Thread Starter [wgo1](https://wordpress.org/support/users/wgo1/)
 * (@wgo1)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/submit-button-missing-multi-choice-not-working/#post-16638964)
 * Prashant,
 * I will look into this.
 *  Thread Starter [wgo1](https://wordpress.org/support/users/wgo1/)
 * (@wgo1)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/submit-button-missing-multi-choice-not-working/#post-16638985)
 * Prashant,
 * Actually, there are no optimization plug ins installed. So, I don’t think the
   documentation applies. I’ve created other forms for other sites, but this is 
   the first time I’ve gotten the “Form has not been submitted, please see the errors
   below” message.
 *  [Prashant Rai](https://wordpress.org/support/users/prashantrai/)
 * (@prashantrai)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/submit-button-missing-multi-choice-not-working/#post-16642829)
 * Hey [@wgo1](https://wordpress.org/support/users/wgo1/) – When you get a chance,
   can you please try deactivating the Anti-spam feature under Settings > Spam Protection
   and Security, and see if that fixes the issue? If that fixes the issue, then 
   I’d suggest you to either set up [reCAPTCHA](https://wpforms.com/docs/how-to-set-up-and-use-recaptcha-in-wpforms/),
   or [hCaptcha](https://wpforms.com/docs/how-to-set-up-and-use-hcaptcha-in-wpforms/),
   or [Cloudflare turnstile](https://wpforms.com/docs/setting-up-cloudflare-turnstile/)
   to prevent spam submission.
 * Kindly,
 *  Thread Starter [wgo1](https://wordpress.org/support/users/wgo1/)
 * (@wgo1)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/submit-button-missing-multi-choice-not-working/#post-16642930)
 * Prashant,
 * Unfortunately, shutting of antispam does not seem to make a difference. reCaptcha
   is already active.
 * Willliam

Viewing 15 replies - 1 through 15 (of 36 total)

1 [2](https://wordpress.org/support/topic/submit-button-missing-multi-choice-not-working/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/submit-button-missing-multi-choice-not-working/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/submit-button-missing-multi-choice-not-working/page/2/?output_format=md)

The topic ‘Submit Button Missing & Multi-Choice Not Working’ is closed to new replies.

 * ![](https://ps.w.org/wpforms-lite/assets/icon.svg?rev=3254748)
 * [WPForms - Easy Form Builder for WordPress - Contact Forms, Payment Forms, Surveys, & More](https://wordpress.org/plugins/wpforms-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpforms-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpforms-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/wpforms-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpforms-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpforms-lite/reviews/)

## Tags

 * [submit button](https://wordpress.org/support/topic-tag/submit-button/)

 * 36 replies
 * 4 participants
 * Last reply from: [Prashant Rai](https://wordpress.org/support/users/prashantrai/)
 * Last activity: [2 years, 9 months ago](https://wordpress.org/support/topic/submit-button-missing-multi-choice-not-working/page/3/#post-17007620)
 * Status: resolved