Thanks, Sanford. That makes perfect sense. I was able to get the 'ContentName' hidden field populate, along with the form loading properly, using this code: <script src="//app-xxxx.marketo.com/js/forms2/js/forms2.min.js"></script> <form id="mktoForm_111"></form> <script>MktoForms2.loadForm("//app-xxxx.marketo.com", "111-XXX-111", 111, function(form){ //Add the hidden fields, "contentName" form.addHiddenFields({"contentName":"eBook"}); });</script> To simplify the process for me, rather than using code to redirect to the follow up URL, I added a choice in the Thank You Page area of the form settings: If ContentName IS 'eBook' Follow Up With 'External URL'. Do you think there is an advantage to using the whenReady call instead of putting it all in the loadForm call? Do you think there would be an advantage to using code for the redirect over using the flow step functionality in the form settings?
... View more