I'm looking at using Contour to do a new project as there is a requirement for a form to be able to be resumed if the person doesn't have all the details at the current time to complete it.
Is this built into Contour, or would it be easy to extend and add this feature?
Yes this is a default feature, if you are filling in a multistep form and you don't complete all the steps when you visit the form later you will be able to resume your entry
Ok, so it'd have to be the same computer then. When you check the code can you see if there's any way to catch them leaving so I could generate some kind of an ID to allow them to resume from elsewhere?
Allowing a form to be resumed
I'm looking at using Contour to do a new project as there is a requirement for a form to be able to be resumed if the person doesn't have all the details at the current time to complete it.
Is this built into Contour, or would it be easy to extend and add this feature?
Comment author was deleted
Yes this is a default feature, if you are filling in a multistep form and you don't complete all the steps when you visit the form later you will be able to resume your entry
How is the user detected as a returning user? Are they given a link to the form with some kind of an identifier?
Comment author was deleted
Have to check the code but think it's just a cookie that is set
Ok, so it'd have to be the same computer then. When you check the code can you see if there's any way to catch them leaving so I could generate some kind of an ID to allow them to resume from elsewhere?
Comment author was deleted
Yes it's using a cookie,
will return a reference which is build as following:
Then a cookie is set
If that cookie exists the form is resumed...
If you want to catch them leaving I guess you'll need to hook into the page unload
is working on a reply...