The form (after working fine for ages) is not being sent anymore, there is a small circle in the middle of the page then that's it, no thank you message, no form being sent. I have enabled the debugger but it doesn't seem to work, so I wondered if anything changed lately to make it stop working so abrupdly. Thanks.
If the small circle does not disappear then you may have a javascript error on the page of the form, but how do you get the debugger data then ?
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
The small circle disappears and you land back to the form page, without the form being sent. While there should be no circle, the form should be sent with the thank you message showing.
I have another form on the very same website and everything works fine.
Does the file get uploaded?
Hi, I hadn't even tried with the file attached as I saw the email wouldn't arrive, I have now tried attaching a file and not only does the attachment upload but the email is sent correctly (including the thank you message). So the issue happens only when users do not upload any files (field not mandatory).
The "fail" event for the file upload is called when there's no file to upload when you specify a file field to be uploaded. Put it inside an event switch with data source {data.empty:file2} in the "false" branch.
Hi Alistair,
do you have the same issue with the demo contact form ? are you able to attach a backup of your form or send me a message using the contact page and attach the form file.
What is your Joomla version ?
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
Hello, I'm attaching the back-up of the form.[file=https://we.tl/t-SEBs8n4FlL]backed up form[/file]
I'm on Joomla! 3.9.14
Edit: now on version 3.9.15
So, do I put the Event switcher before the Upload files?
You put the upload inside the event switcher just like in the screenshot