- This topic has 1 reply, 2 voices, and was last updated 10 years, 6 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Tweaks › eStore – Pre fill squeeze page form field
Tagged: squeeze form, squeeze page
Hello, I have eStore and PDF Stamper. I understand the concept of Squeeze Page to download the stamped eBook. But I’d like to pre-fill the fields as users are already in my MailChimp list. So I’d like to put a link in a mailing like
[http://wpsite/squeezepage?firstname=FIRSTNAME&email=EMAIL]
with FIRSTNAME and EMAIL tooked from my list.
I am of course able to create this kind of link in Mailchimp, but I’d like to put this information in the fields of the form.
So the user will click on the link and just have to click on the Download button without having to fill again the fields.
As using eStore seems to be the only way to have variables to put in the stamper.
Thanks
The PDF stamper plugin actually has an API. You can write a little script yourself to utilize that stamper API and stamp the user details to a file.
We can make a modification to the estore plugin that will let you pre-fill the user data via URL query parameters but I think The ultimate solution would be to have your own script do the whole think when a link is executed (that way the customer won’t have to come to the page and click an extra button).