Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Does anyone know if there is a way to apply this code site wide? I tried applying it through my wordpress theme but the forms still go through with a personal email address.
Hi @SanfordWhiteman! We still haven't been able to figure this out. Was hoping you had a chance to look at it. We'd really appreciate any help! Thanks!
No worries! Whenever you have time is great - I really appreciate the help! I know it's a weird mix of scenarios. Edit: @SanfordWhiteman any luck? Thank you!
I see thank you! Is there a way to have it also open in a new tab for a known visitor as well? Right now the download button is not working at all for Known Visitor.
It's on our staging site here: https://stagingins2020.wpengine.com/featured-white-paper/the-power-of-identity/
Thank you! I'm not able to get the download button to work when onSuccess function is in there. I've tried deleting the onSuccess function, and then the button does work to send them to the PDF, but it doesn't open in a new tab. I also tried keeping the onSuccess function in there but using the prev...
Hi again! I asked this in another threat but it might be better to ask it here. Is there any way to get this to open in a new tab?
Hi @SanfordWhiteman Did my reply above make sense? I'm trying to essentially figure out how to combine the code for the global form redirect (based on previousURI) with the code to open the thank you page in a new tab. You helped me with the global form redirect code and that's working perfectly! No...
Yes! So the code is working perfectly to send the user to the correct thank you page using previousURI once they submit the form. However, I can't figure out how to get that thank you page to open in a new tab.
Hi! I'm also trying to open in a new tab, but I'm passing through the URL of the page the form is on to determine the thank you URL (in this case the URL of the PDF). I'm trying to combine my original code with this to get the PDF to open in a new tab once it's passed through. Original Code:
I trie...