Login
From:
blog.miguelgrinberg.com
(Uncensored)
subscribe
Dynamic Forms with Flask - miguelgrinberg.com
https://blog.miguelgrinberg.com/post/dynamic-forms-with-flask
links
backlinks
Roast topics
Find topics
Find it!
A common need in web applications is to create a form that allows the user to enter a list of items, with the number of items not known in advance. This is a pattern often used when entering user…