Not sure how to describe this (so you can imagine how difficult it was to search for an answer).
I'm developing a site where, for some of the products, the ultimate action is for an email to be sent when the Add To Cart button is clicked (the product is not added to the shopping cart).
When the Add To Cart button is clicked, the user is taken to a form which asks some further questions and then sends an email.
The form has been built using software from Appnitro (which Gabe recommend some time ago). The form is on a page which is a Section in the catalog structure, with one fragment on it - the fragment contains HTML code which is an iframe to show the form.
I want to be able to pass the product name to the form so that it can prefill one of the fields. This will be done by adding "&ProductName=actinicvariable" to the end of the HTML command that loads the form (if that makes sense)
Can anyone give me a pointer on how to achieve this? I am completely stumped.
I'm developing a site where, for some of the products, the ultimate action is for an email to be sent when the Add To Cart button is clicked (the product is not added to the shopping cart).
When the Add To Cart button is clicked, the user is taken to a form which asks some further questions and then sends an email.
The form has been built using software from Appnitro (which Gabe recommend some time ago). The form is on a page which is a Section in the catalog structure, with one fragment on it - the fragment contains HTML code which is an iframe to show the form.
I want to be able to pass the product name to the form so that it can prefill one of the fields. This will be done by adding "&ProductName=actinicvariable" to the end of the HTML command that loads the form (if that makes sense)
Can anyone give me a pointer on how to achieve this? I am completely stumped.
Comment