the form loads twice when sending fields

prevent a form from loading twice when sending fields.

Overview

The issue occurs when the form's On Submit event is not configured to handle all actions, such as file uploads, causing a load event instead of a proper submission.
Ensure all required actions, including file upload, are added to the form's On Submit event in the CF form settings.

Answered
ChronoForms v6
ka karatteamofficial 14 Dec, 2019
please I need help. I have a form in chronoform6 using demo8, when I click on the send button what to do is a load event instead of submit, it refreshes the form, and the second time it is that it sends the form data
Gr GreyHead 14 Dec, 2019
Hi.

Please check what you have set for the On Submit event for your form.

Bob
ka karatteamofficial 18 Dec, 2019
Answer
I just needed to put the file upload also for the on submit event. problem solved, thanks
This topic is locked and no more replies can be posted.