erictgrubaugh
08/19/2020, 5:59 PMChris
08/19/2020, 6:03 PMFile upload fields cannot be added to tabs, subtabs, or sublists and are not allowed on existing pages
I tried placing it in it's very own container too.Chris
08/19/2020, 6:05 PMChris
08/19/2020, 6:05 PMerictgrubaugh
08/19/2020, 6:07 PMMTNathan
08/19/2020, 6:07 PMcontainer
option on Form.addField()
can take either a tab or a field group, but it's frustrating that it can't figure out that a field group isn't a tab. You could always try setting the layoutType to OUTSIDEABOVE
if you want it as the first thing on the form.Chris
08/21/2020, 7:53 PM