The problem is people can access to page 2, 3 or 4 whit out pass the prev pages just type de url (index.php?option=com_chronoforms5&view=form&Itemid=154&chronoform=demo-multipage_empresa&event=page3)
¿How can I redirect users to page one if the prev pages are blanks?
Thanks
¿How can I redirect users to page one if the prev pages are blanks?
Thanks
Hi Ramia,
You can use a Custom Serverside validation action in the On Load event for each page to check if some values have been completed and redirect the user to an earlier stage if they haven't.
One simple way might be to add a hidden 'pages' input and add values to it each time a page is completed.
Bob
You can use a Custom Serverside validation action in the On Load event for each page to check if some values have been completed and redirect the user to an earlier stage if they haven't.
One simple way might be to add a hidden 'pages' input and add values to it each time a page is completed.
<input type='hidden' name='pages' id='pages' value='1,2,3' />
Bob
This topic is locked and no more replies can be posted.