Django Forum
Forms on multiple tabs
Using Django
KenWhitesell
May 11, 2021, 5:23pm
2
Options:
Yes, manage the tabs, forms, and form data via JavaScript / AJAX
Build all the forms with the first get. Enclose the complete set of tabs in a single form tag. The tabs then are selecting which divs are to be shown / hidden.
show post in topic
Related topics
Topic
Replies
Views
Activity
Create template with multiple tabs (differents options) for one form
Templates & Frontend
3
3089
August 18, 2023
Multiple post requests in django
Using Django
9
9340
July 23, 2020
How to handle multiple forms in same page
Using Django
2
6391
August 28, 2020
Retrieving Form data (from an A HTML page) in a python function pointing to a 'B' HTML page
Using Django
7
835
June 11, 2020
Two forms in one template
Using Django
6
1908
June 5, 2020