mardi 24 mai 2016

python dynamic checkbox request form

Hi i have created an input dynamic check-box with this

 

and it works. I want to call the form in python and i have tried to do this:

    for row in test:
        testa=row.Nome+"a"
        testfa=str(request.form["testa"])

but without result, how can i do what i need, how can i put a variable inside the request.form?




Aucun commentaire:

Enregistrer un commentaire