When I create a PDF text field in Adobe Acrobat forms and name it "DateOfBirth" I can use a PDF tool to programmatically find and populate that field by searching for it by name "DateOfBirth"
However, when I create the fields in LiveCycle Designer and I name a text field "DateOfBirth", it actually makes the field name "topmostSubform[0].Page6[0].DateOfBirth[0]".
Is there any way to prevent Adobe LiveCycle Designer from changing the original name that I give it?