Leave intent pop up form - captcha misaligned and cannot submit form

Hello

I created a pop up leave intent form for my website, the form pops up correctly when i try to leave, however there is a captcha on the top left, and I cannot enter and submit my email (only form field) and proceed to follow up.

the page is here: https://lp.thefutures.io/testimonials/index.html

thanks for your help!

Hi @Dizzly

It looks like you’re having an issue with the captcha field in your pop up form on your external page. I’m wondering if there could be some conflict with the coding/design of this page and the pop-up form.

I want to tag some of our experts on this - @thesnappingdog @tjoyce @Kevin-C are there things you can see/thoughts you can share on this issue @Dizzly is experiencing with their pop up form and external page?

Thank you!

Tiphaine

Try the following CSS code

#leadin-recaptcha-900952 {
 position: relative !important;
 margin-top: 20px !important;
 padding-top: 0 !important;
}

Thank you guys, we found a CSS conflict on that page which was breaking the pop up form!
Thanks for the pointers.
M