- You need to check the browser console, are there any errors when this happens ?
- does your form have any loops or does it call any urls using a redirect or CURL ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
i think your form setup may be wrong, Joomla has a keep alive plugin which will access the url every 5 minutes to keep the session active, so it may be re-opening the form url, but it should not re submit the form, so I think there is a problem with the form setup
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Can you post a screenshot of the form setup or a form backup ? do not forget to clear any personal info
An alternative also is to install the new v8 and import your v7 form there, because the latest v8 has a v7 importer
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
I think problem #2 is caused by the keepalive script which reloads the active page every 5 minutes to keep the session alive, if it can access the form submit then your form submit is accessible directly without submit check, which is a problem, you need to have some security check, a problem which is solved by default in v8
You may adjust the form submit security or import it in v8 and move the items to the correct pages
For the validation issue, I have no idea, I restored the form but it have some permissions check, did you check the browser console for errors ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
how can I adjust the form submit security?
You need to add a security field to the page with the problem and check the field result in the submit
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
if you have "Auto check security fields" under the form settings tab already enabled then that's it, did you test this ? try to submit the form without the reCaptcha checked, does it raise an error ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.