Is there a way to disable elementors frontend.js code when submitting a form?
When no _"Actions after Submit"_ are set, the form should be sent without any additional js or wordpress ajax dependencies. There should be an additional field to fill in the action="..."
in the <form>
tag.
If there is no way, I would class this issue as a future feature request.
The form widget works by sending an ajax request to the server for validation and sanitization, its not a "markup builder".
It's simply the way it works.
as for sending the form to a different location, you can use a native webhook or a custom webhook
thanks.
Is there anything we can do to prevent ajax submission?
How can I have my custom JavaScript handler after Form is submitted?
Most helpful comment
Is there anything we can do to prevent ajax submission?