Forums
This topic is locked
PHP Multi Page forms
23 May 2006 14:26:04 Gaz B posted:
Hi, im pleading for some assistance, i've been trying to do a multi-page form which then inserts into a MySQL database (i have used the Dreamweaver insert behaviour). I have used hidden fields to take values from one form to another using the following code:<input type="hidden" name="name" value="<?php echo $name;?>" />
This works for me using Internet Explorer which submits data from all fields to the database, but doesn't work using Mozilla Firefox.
Has anyone got any ideas, as i really need to get this working. Is the hidden field code incorrect for using Firefox??
Many thanks for help in advance
Gaz