Hey Guys,
I have a couple clients fill out our on-line signup form and it's like 5 pages with fields on each page. The problem I just started running into is that when I go to check signups from the day prior every now and then only partial data is captured.
I think their session is timing out. I don't know how to remedy this problem.
I had a few questions that went along with this question. So first how can I keep this from happening? I have it save everything in the session on the last step. I don't know how to have it save at each step and if the user leaves in the middle of the form process have it auto-delete the incomplete entry from the database.
Also is there a way to save the info to a person's user name so if they come back to the form if will populate whatever information they've entered and continue where they left off?
I have a couple clients fill out our on-line signup form and it's like 5 pages with fields on each page. The problem I just started running into is that when I go to check signups from the day prior every now and then only partial data is captured.
I think their session is timing out. I don't know how to remedy this problem.
I had a few questions that went along with this question. So first how can I keep this from happening? I have it save everything in the session on the last step. I don't know how to have it save at each step and if the user leaves in the middle of the form process have it auto-delete the incomplete entry from the database.
Also is there a way to save the info to a person's user name so if they come back to the form if will populate whatever information they've entered and continue where they left off?