What I am wanting is sort of described below. Can Chrono do this where a detailed multi-form can be started, stopped, started, stopped and completed at the users convenience?
Multipage form
1. Page 1 - customer completes their personal details and selects a particular service
2. Page 2 - Pay for Service using Paypal
Data is saved to the database
3 Page 3 - Customer is given the option to return later or to continue on completing more information
If so how does the customer retrieve that form - that should only be accessible to them?
Multipage form
1. Page 1 - customer completes their personal details and selects a particular service
2. Page 2 - Pay for Service using Paypal
Data is saved to the database
3 Page 3 - Customer is given the option to return later or to continue on completing more information
If so how does the customer retrieve that form - that should only be accessible to them?
Hi Huski,
Yes you can do this.
Save the form to the database at the end of each page. Make sure that you have some kind of unique identifier for the form+user so that it can be re-loaded.
Add a status column the table.
Add two Submit buttons to the final page - Save and Final Submit.
If they click Final Submit save the status as 'complete' and don't permit any further re-load (check for this in the On Load events).
Bob
Yes you can do this.
Save the form to the database at the end of each page. Make sure that you have some kind of unique identifier for the form+user so that it can be re-loaded.
Add a status column the table.
Add two Submit buttons to the final page - Save and Final Submit.
If they click Final Submit save the status as 'complete' and don't permit any further re-load (check for this in the On Load events).
Bob
This topic is locked and no more replies can be posted.