I have a form made in a html document. From there I want to acces the input of my form with the cgi module and insert these into a mongo db with the collection named experiments. The problem is when i submit my form there is a new field made in my database with all null values for the variables. Can someone help me?
Thanks for your time