New Zenner
- Join Date:
- Mar 2011
- Posts:
- 53
- Plugin Contributions:
- 0
Text Editor CKEditor turns 'Button' option into add to cart????
Hi,
I have a basic code using a form and button format.
<form action="**<http://www.EXAMPLE.com>**/" method="get" target="_blank"> <p> <input name="key" type="hidden" value="**KEY GOES HERE**" /><input name="product" type="hidden" value="**PRODUCT CODE GOES HERE**" /></p> <p> <font face="Arial" size="2">**Forename:**<br /> <input name="forename" /><br /> <br /> **Surname:**<br /> <input name="surname" /><br /> <br /> Number:<br /> <input name="number" /><br /> <br /> <input name="preview" type="submit" value="**PREVIEW**" /></font></p> </form>This basically generates two text fields and a 'PREVIEW' button.
When I use this code in my product descriptions, everything is fab, until you click the PREVIEW button and it takes you to the shopping cart? Once clicked the PREVIEW button is 'supposed' to apply a new window which generates a preview image of the customers personalisation.
I can get the whole thing to work on the home page, ezpages, define pages 2 3 4 etc.... but not the product pages, which is where I need this to be and it works fantastic.
Is there any way to sort the button option to only generate the URL that is specified in the code rather than jumping to the shopping cart?
Many thanks in advance.