MktoForms2: Override Field Order

Geoff_Krajeski1
Level 10 - Champion Alumni

Re: MktoForms2: Override Field Order

@SanfordWhiteman I'm hoping you can help address an issue I am seeing when using the Override Field Order method you outlined here: https://codepen.io/figureone/pen/ZoVeRy

 

When I set this up for my fields, the form works great except when it is prepopulated.

 

Have you seen this or addressed it previously? It appears that when prefill occurs that the identifier for my rich text field I am trying to force below the submit button does not appear in the DOM. 

 

This is my order array: 

var fieldOrder = [
submitButtonRow,
"HtmlText_2020-01-03T18" // richtext
];

SanfordWhiteman
Level 10 - Community Moderator

Re: MktoForms2: Override Field Order

Pre-Fill wouldn't affect an ID inside the Rich Text -- unless Pre-Fill also triggers Visibility Rules.