Tagged Questions

3
votes
4answers
2k views

Multi page form validation with php

This is my first post, so be kind ; ) I'm wanting to create a multi page form with php. The form will spread over 3 pages, each page will need to validate on the data entered into the form on the ...
2
votes
3answers
461 views

Creating a multi-page PHP form with sessions

I need to create a pretty extensive form with PHP/MySQL with a lot of conditional logic that ultimately ends with submission to the MySQL database. So basically the user makes their first choice with ...
0
votes
4answers
2k views

Multi step/page form in PHP & CodeIgniter

I'm trying to build a multi step/page form in PHP and CodeIgniter and I was wondering if any of you could help me. How can I have a multi step form in CI that updates rather than inserts again when ...
0
votes
2answers
599 views

Multi page ordering form php or ajax

I'm looking to create a multi page ordering form the first page would contain some dropdown and text fields, the second page would contain more text fields, the third page would be an order summery ...