I'm looking to make a more advanced Tell a Friend function for Actinic which will do the following:-
1) Craft a link on the product template which pops a window passing the product Name and URL (preferably to a hidden field on the popup)
2) In the popup, show a form with a field for the friends name and a personal message (if required)
I've tried this using the 'additional extra info popup' code from the AUG however this results in a unique HTML page in the popup window for *each* product (very inefficient)
Can anyone suggest how I can pass the variables of product name and referring URL over to a new window so I populate the appropriate fields?
Thanks
1) Craft a link on the product template which pops a window passing the product Name and URL (preferably to a hidden field on the popup)
2) In the popup, show a form with a field for the friends name and a personal message (if required)
I've tried this using the 'additional extra info popup' code from the AUG however this results in a unique HTML page in the popup window for *each* product (very inefficient)
Can anyone suggest how I can pass the variables of product name and referring URL over to a new window so I populate the appropriate fields?
Thanks
Comment