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!
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).