SOLVED

Re: reCaptcha issues with Guided Landing pages

Go to solution
Angel_Ordax
Level 2

reCaptcha issues with Guided Landing pages

I've been trying to add a reCaptcha v2 to our marketo guided landing pages that use a form after implementing a test on a free-form but since the form on the DOM is defined with a div I haven't been able to add the captcha container inside the form. Could any one help me?  @SanfordWhiteman , maybe? 

 

Working demo with a free-form page:https://pages.devex.com/testing-recaptcha.html

 

Not working wip guided-lp: https://pages.devex.com/recaptchatest-v3.html

 

 

Thanks in advance!

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: reCaptcha issues with Guided Landing pages

The form on your Guided LP appears to be a Forms 1.0 form, so the Forms 2.0 API events will never fire.

View solution in original post

2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

Re: reCaptcha issues with Guided Landing pages

The form on your Guided LP appears to be a Forms 1.0 form, so the Forms 2.0 API events will never fire.

Angel_Ordax
Level 2

Re: reCaptcha issues with Guided Landing pages

#facepalm, I was testing with a random form and I selected the fist one that popped-up on the dropdown. Thanks for catching that @SanfordWhiteman ❤️

 

By the way, do you think is necessary to implement the logic on the operational side? It feels like it would be overkill to add a custom SL and SC for each Program. We've suffered some spam bots filling out one of forms but it wasn't massive and I'm thinking the reCaptcha alone might be enough for now (in our case). I'm sure you will recommend to implement it anyway but I want to know your personal opinion.

 

Also, I noticed I have to manually include forms2.min.js to the template otherwise it doesn't work even though the form gets load. Could this be caused by forms2 not being loaded when reCaptcha checks for it if I don't include it on the HEAD?