Prefill issues using reCaptcha
I've been using @sanfordwhiteman 's solution to re-enable form prefill since last year without problem but recently I've been forced to implement a reCaptcha to the same template that manages forms and requires prefill and something weird started happening.
Some context:
The page I'm working on is a webinar registration landing page that uses a custom build API that checks the user's email against our internal DB. The way this works is:
- user fills out form and submits
- page redirects to the same landing with the added parameter *show_modal=true#member-level*
- the member level comes from a public json on our database. There is a large list of possible member levels (or user ids if you will)
- I check what member level (3 letter code) the user has and I trigger a specific messaging inside a modal for each case.
The main caveat is that in order for the member level to work I need the form to prefill the data the user just filled so I can check using JS what's the hash on the URL BUT ever since I enabled reCaptcha this started to fail.
I know this is a lot of information and probably too complex for a forum post but if anyone has any clue of what might be going wrong I would really appreciate the help.
Here's a sample URL https://pages.devex.com/conference-call-the-dfid-fco-merger.html
Thanks!!
