Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

Field Names Without Form Hierarchy

Avatar

Not applicable
How can I disable the auto-assigned field name hierarchy? The PDFs I'm authoring have specific field-name requirements. Instead of "form1[0].#subform[0].B01_FullName[0]", I need the field name to simply remain "B01_FullName". Thanks!
3 Replies

Avatar

Level 10
You cannot ... the hierarchy is important for the structure of th eform as well as the structure of the data it will create. The name of the field will be B01_FullName and the path to get to it will be form1.#subform.



Paul

Avatar

Not applicable
Hmmm... interesting. Thanks Paul for the prompt reply.



How am I suppose to handle it when a third-party vendor is dictating what the field names need to be? Do I have to open the form up in an older version (pre 7) and save it that way? I'm assuming this is a common problem people run into, no?



A little confused and discouraged...

Avatar

Level 10
It is like a file system. You have a path to a file and a filename that allows you to identify the file. In our case we have a fieldname (like a filename) and a path to get to that field on the form (like the filepath). To get to that field on that particular form you use form1.Page1.B01_FullName but the fieldname is B01_FullName.