Hi, using Blaze, new at webdev.
I have a form that is being used to insert data into a new Mongo document. I want the user to also edit the document using the same form. What is the pattern I should use for this?
Is it normal to read the form values directly from the DOM after the submit form event, or is that considered an anti-pattern and instead I should always use the target data from the form submission data?
Thanks