Elementor: Plain form submission with <form action="... without js/ajax/Webhook

Created on 23 Apr 2018  路  3Comments  路  Source: elementor/elementor

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.

Most helpful comment

Is there anything we can do to prevent ajax submission?

All 3 comments

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?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

joelbqz picture joelbqz  路  3Comments

Bobbutterfly picture Bobbutterfly  路  3Comments

bentalgad picture bentalgad  路  3Comments

pingram3541 picture pingram3541  路  3Comments

pnpetroff picture pnpetroff  路  3Comments