http://www.irwebonline.com/acatalog/...pter_1709.html
As you can see from the page above, ive tried to insert a form into my product description, the problem is when you click on the submit button it tries to add the item to the shopping card (I think)
Below is the information that was entered into the product description within actinic. Can someone try to help me so i can get the form post actually sending to my email address ?
We don't currently have a ghost dual sim adapter for this phone. Please enter your details below to be contacted when one is available.
!!<<form action="mailto:simon@irwebonline.com?subject=Email me when the 2600 dual sim is available." method="post" enctype="text/plain">
<table><tr>
<td>
Enter the model of your phone
<INPUT NAME="Enter your name" TYPE="text" SIZE=20>
<BR>
Enter your email address: <INPUT NAME="Enter your email address" TYPE="text" SIZE=20><BR>
</td></tr>
<tr><td align=center>
<INPUT TYPE="submit" value="submit" style="color: #ffffff; background-color: #000000">
</td></tr></table>
</FORM>>!!
As you can see from the page above, ive tried to insert a form into my product description, the problem is when you click on the submit button it tries to add the item to the shopping card (I think)
Below is the information that was entered into the product description within actinic. Can someone try to help me so i can get the form post actually sending to my email address ?
We don't currently have a ghost dual sim adapter for this phone. Please enter your details below to be contacted when one is available.
!!<<form action="mailto:simon@irwebonline.com?subject=Email me when the 2600 dual sim is available." method="post" enctype="text/plain">
<table><tr>
<td>
Enter the model of your phone
<INPUT NAME="Enter your name" TYPE="text" SIZE=20>
<BR>
Enter your email address: <INPUT NAME="Enter your email address" TYPE="text" SIZE=20><BR>
</td></tr>
<tr><td align=center>
<INPUT TYPE="submit" value="submit" style="color: #ffffff; background-color: #000000">
</td></tr></table>
</FORM>>!!
Comment