Hello,
I would like to limit the re-submission of a form to every 5 minutes to a registered user. I do not find it in Watchman. How can I achieve this ? In V5 this facility was available, I cannot find it in V7.
Please help
Hello
May I have an update on this topic.
Thanks
Hello
Is there no solution to my query ? Please help if possible..
Thanks
I think there is no solution to this?
Thanks
Hi Ronn,
Yes, this feature is not supported at the moment, may be added in a future update, but you can do it in a PHP action and use the "Events" behavior to redirect the user if the condition fails!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
I have no options in the events field of PHP Action ?
PHP > Advanced settings > Events
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
code needs testing, but it should be like this:
Check if session key exists, no ? set it and return 0, yes ? check the time difference and return "redirect" if it's less than 300
then enable the Events behavior, add a new event and call it "redirect" then redirect the user somewhere or display a message!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Max. Thanks for the reply.
I think I will wait for the next V7 release.🙂