Hi @SanfordWhiteman,
Just curious , how does the form.addHiddenFields() method prevent anyone from creating and injecting data into the form?
form.addHiddenFields({"foo:": "bar", ...
I was having the same issue. Took me a long time to figure out it was related to caching. So I'm having to hard refresh/clear cache every time in development. It's rather annoying ...
We're adding a quiz to our website which will accept about 10 data points from the user and then we would like to post this data to Marketo. The quiz will end with a form which the...