I have used a checkbox in my html template, On submit, i want to store these Boolean values into the MySql Table. Please advice me on, How should i code my views such that it accepts values from Templates and stores it to the database. Also suggest , if any alternative method is possible.


Answers