We need to create a form that will add the same fields when they want to add more data. The process will be :
- View the form, user fill it
- When they want to add more data, it send the data to database then a new form will appear below the filled one.
- It will repeat until no more data need to be entered. User click "Finish".
We just need the form script, we'll do the database. Anybody have a sample script for this ?
- View the form, user fill it
- When they want to add more data, it send the data to database then a new form will appear below the filled one.
- It will repeat until no more data need to be entered. User click "Finish".
We just need the form script, we'll do the database. Anybody have a sample script for this ?