mr_cali Posted March 15, 2009 Share Posted March 15, 2009 Hi I wanted to create a 3 step form, so my clients could fill out the information on step 1 and then click next to get to step 2 and then the final step and then submit the entire form. also I wanted all the entries to be recorded in the database as well as sending an email notification. any ideas how to do this or do you have a similar code I can use? Thank you,. `E Link to comment https://forums.phpfreaks.com/topic/149496-3-step-form/ Share on other sites More sharing options...
kittrellbj Posted March 15, 2009 Share Posted March 15, 2009 Best thing for a multi-page form would be $_SESSION variables. That will store them across all pages on your site until a good amount of time has passed. (Unless it's an excessively long form, you should be fine). Link to comment https://forums.phpfreaks.com/topic/149496-3-step-form/#findComment-785106 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.