When it comes to ajax call, your form templates are always using "SEMICOLON.widget.ajaxForm()".
After subimtting a form to my server, how do I get and check the response data(JSON) from my server?
(In my case, my server is django.)
How to check the reponse after subimtting a form?
1 reply · opened Oct 26, 2022
Hello,
The Data is submitted through the include/form.php File to an Email Address. To access the Data Submitted, you can consider checking the $_POST Data. Currently, this is only supported through PHP, so there is no explicit support for Django at the moment and this must be done manually. Additionally, to stop using the default SEMICOLON.widget.ajaxForm() Function and use your own Form Processor, you can simply add the .customjs Class to the .form-widget DIV, and then the Form will be submitted manually.
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard