Hi guys,
In my chronoform I use two pages. On the first page I have a form, where I ask for name and address, on the second page there is an overview of the data entered on page one. Before the user can submit the form, there is a security question to prevent spam. If the answer is wrong, chronoform shows the first page but without the data the user entered before. 😟
Is there a way to redirect to the second page, so the user still keeps his data but has to try the security question again?
Thanks,
Timo
In my chronoform I use two pages. On the first page I have a form, where I ask for name and address, on the second page there is an overview of the data entered on page one. Before the user can submit the form, there is a security question to prevent spam. If the answer is wrong, chronoform shows the first page but without the data the user entered before. 😟
Is there a way to redirect to the second page, so the user still keeps his data but has to try the security question again?
Thanks,
Timo
Hi Timo,
I recommend that you add the security question to the first page. It's unlikely that a spambot will ever get to the second page so it doesn't do a great deal there.
If you keep it on the second page then you should probably change the Event Loop to re-load the second page rather than the first.
if you have to re-load the first page then you'll need to add a Multi Page action to the beginning of the On Load event to recover the data.
Bob
I recommend that you add the security question to the first page. It's unlikely that a spambot will ever get to the second page so it doesn't do a great deal there.
If you keep it on the second page then you should probably change the Event Loop to re-load the second page rather than the first.
if you have to re-load the first page then you'll need to add a Multi Page action to the beginning of the On Load event to recover the data.
Bob
This topic is locked and no more replies can be posted.