ccandillo 0 Newbie Poster

I am new to flask and new to git so hopefully someone can help me.

This is my git repo: https://github.com/ccandillo/ma-inventory.git

I am trying to create a web based spreadsheet. I am storing my data in a sqlite3 database. On my edit page, I would like to be able to edit existing entries and save them back to the database. But I don't know how to get the form data. I also, don't know how to interactively introspect/debug that edit page to see what exists in that namespace.

I know you can use request.form.getitems('asset_tag') but it is not working for me.

Can anyone help a noob?