Coding Global Background
Coding Global

multiple inputs using request.form.getlist

Archived 3 years ago
15 messages
1 members
Created 3 years ago
Updated 3 years ago
Open in Discord
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));

Replies (15)