Replies: 6 comments 6 replies
-
what do you mean by "stepper"? |
Beta Was this translation helpful? Give feedback.
-
Hi! I was wondering if anyone had any hints on how one may implement this using django-formset and django-formtools' wizard? Both libraries are great, and I've had success setting nice forms with this one, as well as multi-step forms with formtools, though combining them seems to be quite complicated, as @parice02 said |
Beta Was this translation helpful? Give feedback.
-
@kashyl |
Beta Was this translation helpful? Give feedback.
-
@parice02 @kashyl In the current HEAD of the |
Beta Was this translation helpful? Give feedback.
-
Thank you! This is a very useful feature. I've been testing it on the documentation page and found an issue. After the form is submitted, the user is allowed to navigate back to previous steps, modify the data to an invalid state, then proceed to the last step and submit the form again. However, no validation is triggered for the previous steps' forms. Is this the intended behavior? Screencast.From.2025-01-31.17-55-04.mp4 |
Beta Was this translation helpful? Give feedback.
-
no, this is not intended behaviour. Thanks for reporting, will fix it in the next version. |
Beta Was this translation helpful? Give feedback.
-
Hi, is there a way to make stepper with django-formset? I've tried django-formtools but integrating it into django-formset seems complicated.
Beta Was this translation helpful? Give feedback.
All reactions