Passing field value does not work when form is executed in popup
-
So I have this little form that collects user’s email address and then I have this amazingly clever redirect that goes to another page and automatically fills in email value in a different, larger form:
on_sent_ok: "var datmail = $('.wpcf7 input[name=regemail]').val();location.replace('https://domain/page/?regemail='+datmail+'');"
And this generally works like a charm. Until I tried to call form shortcode in popup (I’m using Popups 1.3.3). Form executes, redirect works, everything looks fine, it’s just field value is no longer acquired and passed. How so?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Passing field value does not work when form is executed in popup’ is closed to new replies.