Javascript – WTForms & getElementById() undefined
Using WTForms and JS I'm trying to create a form that allows the user to add fields to it dynamically on the front end. I followed this post to get a basic idea of what to do. https://sagarkaurav.hashnode.dev/flask-wtf-forms-dynamic-fields-using-javascript I'm now…