Forum Moderators: coopster
<input type="text" name="first_name" value="<?php echo (isset($_POST['first_name']) ? strip_tags($_POST['first_name']) : '' );?>" />
When you go to the post php you can generate a set of hidden fields on the next dhtml page which will keep the data for you until your final post where you are ready to use it.
whenever i go 2 one form 2 another form....