Got it - makes sense. I didn't catch "below the submit button". In our company, for example, our legal team requires all disclaimer text to appear above the button to ensure the user sees it before submitting the form. Personally, I prefer it below it.
Just need to give the Rich Text area something to identify itself (since Marketo doesn't otherwise tag those HTML blocks). Add an <input type="hidden" name="privacyPolicy"> inside it. Then you can use the reordering code and identify the Rich Text as 'privacyPolicy'.
Hey Sanford Whiteman -- when you say "add an input type... inside it (being the rich text field?) what does that mean? I put your code inside my text box and marketo stripped out a bunch of it and it didn't work as I had anticipated... help?
Okay - we figured out how to control the rich text field -- but now my dev guy is saying we need to be able to reference the button as well in order to move it up -- I don't have any edit fields there, what code do I give him to do that?