View Single Post
  #1  
Old 03-31-2006, 02:10 PM
 
jdedba jdedba is offline
 

Advanced Member
  
Join Date: Dec 2004
Posts: 96
 

Default Value of the button does not pass to .PHP file

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
__________________
version 4.1.1
Reply With Quote