Title: Captcha covering Submit
Last modified: January 24, 2020

---

# Captcha covering Submit

 *  Resolved [chrisgmbishop](https://wordpress.org/support/users/chrisgmbishop/)
 * (@chrisgmbishop)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/captcha-covering-submit/)
 * It seems the styling has the captcha covering the Submit button and therefore
   it is unclickable.
    Any help here would be great, thanks.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcaptcha-covering-submit%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [chrisgmbishop](https://wordpress.org/support/users/chrisgmbishop/)
 * (@chrisgmbishop)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/captcha-covering-submit/#post-12362660)
 * This is also the case on [https://steelfabindustries.com/contact-us/](https://steelfabindustries.com/contact-us/)
   
   This was presenting a risk to Lead generation so I’ve had to shut captcha off
   for now
 *  Plugin Author [alexacrm](https://wordpress.org/support/users/alexacrm/)
 * (@alexacrm)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/captcha-covering-submit/#post-12366095)
 * We generate bootstrap-compatible layout for the forms. Captcha element and submit
   button are as following (give or take):
 *     ```
       <div class="row">
         <div class="form-group row">
           <div class="g-recaptcha" data-sitekey="...">
             ...
           </div>
         </div>
         <div class="form-group row">
           <div class="col-xs-12">
               ...
               <input type="submit" value="Submit" class="btn btn-default" name="entity_form_submit">
           </div>
         </div>
       </div>
       ```
   
 * Not quite perfect layout on our site because of the `flex` display style for 
   rows but we could fix it by adding `style="display: block;"` to the outer row.
   
   I believe you should be able to fix the overlap by adding custom css on these
   pages as well.
 * Thanks
    George

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

The topic ‘Captcha covering Submit’ is closed to new replies.

 * ![](https://ps.w.org/integration-dynamics/assets/icon-256x256.png?rev=1589904)
 * [Dynamics 365 Integration](https://wordpress.org/plugins/integration-dynamics/)
 * [Support Threads](https://wordpress.org/support/plugin/integration-dynamics/)
 * [Active Topics](https://wordpress.org/support/plugin/integration-dynamics/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/integration-dynamics/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/integration-dynamics/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [reCAPTCHA](https://wordpress.org/support/topic-tag/recaptcha/)

 * 2 replies
 * 2 participants
 * Last reply from: [alexacrm](https://wordpress.org/support/users/alexacrm/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/captcha-covering-submit/#post-12366095)
 * Status: resolved