Hi,
Is there any way to prevent direct access to my forms via link like ...index.php?option=com_chronoforms5&chronoform=TestForm
Thanks
Is there any way to prevent direct access to my forms via link like ...index.php?option=com_chronoforms5&chronoform=TestForm
Thanks
Hi sinivasan,
What's the problem that you need to solve exactly?
Do you want to block people from the form? Or just use a prettier URL? Or something else?
Bob
What's the problem that you need to solve exactly?
Do you want to block people from the form? Or just use a prettier URL? Or something else?
Bob
Thanks Bob,
I have made form with name "TestForm" and assigned to a menu, which only can be access by registered users. that works fine.
but still the form is accessible by any user using the link (http://localhost/epm/index.php?option=com_chronoforms5&chronoform=TestForm)
what I exactly need is the form should be accessible registered users only and should not be accessible others.
-Sini
I have made form with name "TestForm" and assigned to a menu, which only can be access by registered users. that works fine.
but still the form is accessible by any user using the link (http://localhost/epm/index.php?option=com_chronoforms5&chronoform=TestForm)
what I exactly need is the form should be accessible registered users only and should not be accessible others.
-Sini
Hi Sini,
You can use the Authenticator action from the Security actions group to limit access to specific group or groups. You need to add a ReDirect action to the pink On Fail event to send guests somewhere else. The Authenticator action should be the first action in the form On Load event.
Bob
You can use the Authenticator action from the Security actions group to limit access to specific group or groups. You need to add a ReDirect action to the pink On Fail event to send guests somewhere else. The Authenticator action should be the first action in the form On Load event.
Bob
This topic is locked and no more replies can be posted.