About Form Submitting by JavaScript
Don't name any of the form fields as "submit" like so:
1 |
|
Because when you do this, you can't execute document.getElementById('my_form').submit()
, as document.getElementById('my_form').submit
now refers to the field instead of the form method.
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django App for You
Django GDPR Cookie Consent app
For Django websites that use cookies.
Django App for You