Hi,
In my own .tpl file I have two buttons: one for preview, one for submit:
Code:
<form .... "POST">
<INPUT TYPE=TEXT name=msg>
<INPUT id=button1 type=submit value="Preview" name=preview>
<INPUT id=button2 type=submit value="Submit" name=submit>
</form>
But after one of the buttons is clicked, none of value "Preview" or "Submit" is passed back to my .php file if the X-cart's auth.php is included in the .php file. Does anyone know how to fix the problem??
Thanks a lot.
Jeff