Better email capture
WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
- GK User
- Thu May 23, 2013 9:07 pm
Hi there,
Is there a way to use the email form on the homepage to pre-populate a form on a second page where the user will add this name/message?
Thanks!
Is there a way to use the email form on the homepage to pre-populate a form on a second page where the user will add this name/message?
Thanks!
-

- Junior Boarder
- GK User
- Fri May 24, 2013 2:27 pm
Hi,
Yes of course it is possible - you need two things - send the frontpage form with the proper params in the URL - i.e. [email protected] and then read this argument by script on the destination page (you have to access the $_GET variable and use some XSS filter to avoid attacks).
Yes of course it is possible - you need two things - send the frontpage form with the proper params in the URL - i.e. [email protected] and then read this argument by script on the destination page (you have to access the $_GET variable and use some XSS filter to avoid attacks).
-

- Administrator
- GK User
- Sat May 25, 2013 5:28 pm
dziudek wrote:Hi,
Yes of course it is possible - you need two things - send the frontpage form with the proper params in the URL - i.e. [email protected] and then read this argument by script on the destination page (you have to access the $_GET variable and use some XSS filter to avoid attacks).
Thanks man!
Now I know the way to go.
-

- Junior Boarder
3 posts
• Page 1 of 1
