multiple inputs using request.form.getlist
Archived 3 years ago
L
ignite
Verified
how do i change this table so that 'clothes' can receive multiple inputs via a checkbox for flask
`CREATE TABLE registrants (id INTEGER, name TEXT NOT NULL, email varchar(255), number INTEGER, clothes TEXT NOT NULL, PRIMARY KEY(id));`
