Form Data Capture Script
I have student registration form that captures data in about 8-9 pages. The scripts has 2 pages that capture education details and employment details. These 2 are repeats, i.e., the student can enter as many as education details he wants.
What I have
1. All the 8-9 pages
2. Database tables – there are 3 tables.
1. Student Details
2. Education Details
3. Employment Details
Student -> Education ===> one to many relationship.
Student -> Employment ===> one to many relationship.
What I need
1. Script to store the data in database
2. Add prev/next functionality
3. Provide a list and viewer page (for admin) to view the student details. No need of login functionality.
4. Option to download the student data in pdf or any format in the viewer page.
5. Just fix the layout little bit but not much.
6. Send email to student with confirmation and to admin after form completion.


