erictgrubaugh
var theNewField = form.addField(...); var theOtherField = form.getField(...); form.insertField({field: theNewField, nextField: theOtherField});