Hi,
I have created a Contact Form that previously works within a normal HTML page outside Actinic.
The link to the page is:
http://www.wheels.uk.com/acatalog/suspension.html
It is currently set up like this:
When i hit 'submit' i get the following error:
This page that is viewed is the following link:
http://www.wheels.uk.com/cgi-bin/ca000002.pl
Now it states the product reference cannot be located, does this mean I need to add this form in a product layout to get it to work?
Could anyone help???
I have created a Contact Form that previously works within a normal HTML page outside Actinic.
The link to the page is:
http://www.wheels.uk.com/acatalog/suspension.html
It is currently set up like this:
<form method="post" action="[SendMailPageURL]">
<input type="hidden" name="RANDOM" value="[Random]" />
<div align="left">
<input type='hidden' name="recipient" value="john@wheels.uk.com"/>
<input type='hidden' name="subject" value="Suspension Form Results"/>
<input type='hidden' name="redirect" value="http://www.wheels.uk.com/acatalog/thanks-email.html"/>
<table width="400" border="0" align="center" cellpadding="2">
*****REST OF HTML CODING*****
</table>
</div>
</form>
<input type="hidden" name="RANDOM" value="[Random]" />
<div align="left">
<input type='hidden' name="recipient" value="john@wheels.uk.com"/>
<input type='hidden' name="subject" value="Suspension Form Results"/>
<input type='hidden' name="redirect" value="http://www.wheels.uk.com/acatalog/thanks-email.html"/>
<table width="400" border="0" align="center" cellpadding="2">
*****REST OF HTML CODING*****
</table>
</div>
</form>
A General Script Error Occurred
--------------------------------------------------------------------------------
Error: Could not locate the product reference.
--------------------------------------------------------------------------------
Press the Browser back button and try again or contact the site owner
--------------------------------------------------------------------------------
Error: Could not locate the product reference.
--------------------------------------------------------------------------------
Press the Browser back button and try again or contact the site owner
http://www.wheels.uk.com/cgi-bin/ca000002.pl
Now it states the product reference cannot be located, does this mean I need to add this form in a product layout to get it to work?
Could anyone help???
Comment