How to get multiple data from dynamic form by FLASK / HTML?
I work on python web app.
In a page i want users to chose their friends to add their organization. But to build that page i prepare data in flask side first. Then i send it to HTML. Then i use for loop in HTML doc to build div blocks ( and add friend information into the blcok ). Then when user chose more than 1 friend, i want to get back data from the form to flask side to use data in my database. But unfortunatelly i cant receive all the values from checkboxes. Coz checkboxes are builded by for loop and all of them names are same.