Flask/Python form processing assistance (quick job for someone with experience)
Budget: $10 – $30 USD
I have a very basic form that contains many news articles with a checkbox next to each one. When you hit submit it goes to an app_route in my flask python app where I will run some SQL to delete that individual item from the table.
I need help iterating (like a for loop) of all the selected radio boxes that have been checked. I don't need help with the SQL, I just can't figure out how to make a loop of all the selected values that have been checked. It's easy in PHP but I'm new to Flask request data.
You can view the form at http://ec2-35-174-171-158.compute-1.amazonaws.com:5000/table
I would prefer to do it with a GET method, but will live with POST if I have to.
I need help iterating (like a for loop) of all the selected radio boxes that have been checked. I don't need help with the SQL, I just can't figure out how to make a loop of all the selected values that have been checked. It's easy in PHP but I'm new to Flask request data.
You can view the form at http://ec2-35-174-171-158.compute-1.amazonaws.com:5000/table
I would prefer to do it with a GET method, but will live with POST if I have to.