Solved
Customizing Forms 2.0 with Jquery - late loading
I have been experimenting with creating dynamic sections of a landing page based on the selection of from a select menu. I finally figured out that I was having problems between when Jquery was ready and when the form actually loaded. In the end, I ended up explicitly adding the Form2.js in the top of my html block to get the MktoForms2.whenReady to properly call. However, I am wondering if anyone solved this differently as a hate loading a script in twice.