Re: Get Value of Drop Down

2019-06-26 Thread Sipum Mishra
Hello csn u plz share ur codes as well as errors. On Thu, 27 Jun, 2019, 12:09 AM Aayush Bhattarai, < bhattaraiaayus...@gmail.com> wrote: > Hi, > I have encountered a problem. How can I get the value of dropdown, > Boolean Field and send it to the database. Note: I am not using forms.py > files an

Get Value of Drop Down

2019-06-26 Thread Aayush Bhattarai
Hi, I have encountered a problem. How can I get the value of dropdown, Boolean Field and send it to the database. Note: I am not using forms.py files and using a function-based view. I have created own form in HTML. I am not able to match the value of database and value in html dropdown. -- Yo