You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment FormProcessView expects an AJAX call and returns a JSON response.
This implementation is dependent on a Javascript form handling (jQuery-based example provided).
If the end-user decides not to use AJAX-calls (or forgets adding a javascript form handler) the view must also accepts normal post requests and redirect the user back to the original page with the formblock (and preferably scroll down to the form again using an anchor).
The text was updated successfully, but these errors were encountered:
At the moment FormProcessView expects an AJAX call and returns a JSON response.
This implementation is dependent on a Javascript form handling (jQuery-based example provided).
If the end-user decides not to use AJAX-calls (or forgets adding a javascript form handler) the view must also accepts normal post requests and redirect the user back to the original page with the formblock (and preferably scroll down to the form again using an anchor).
The text was updated successfully, but these errors were encountered: