Hi Stanford,
This is in reference to this thread: Reposition Fields in a Marketo Form
How does your code work with progressive profiling? Specifically, in reference to this part of the js:
var fieldOrder = ["FirstName", "ArchiveMarketoLastDT__c", "Email", "LastName"];
For example, we reveal 6 progressive profiling fields at a time and therefore have no way of knowing which fields will be exposed per form fill for a particular lead. Do I just order all possible fields, with the ones I want at the end?