Coding Global Background
Coding Global

multiple inputs using request.form.getlist

Archiviert 3 years ago
15 Nachrichten
1 Mitglieder
Erstellt 3 years ago
Aktualisiert 3 years ago
In Discord öffnen
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));

Antworten (15)