Hi, I'm currently editing a PDF form created by previous user.
In the PDF form I noticed it has data connection to a .xsd file thus I made my changes to .xsd file accordingly and tried to bind my PDF fields to the .xsd file's fields.
Some fields can be binding normally however some couldn't.
For example I have two field (FieldA and FieldB) that are just beside each other under same sub form.
FieldA can be bind to the .xsd's field without any issue (Data Bindings value : $.ContentForm.SubForm1.FieldA)
However, FieldB can't be bind like how FieldA( Data Binding value : $record.ContentForm.SubForm1.FieldB)
Whenever I try to remove the record in FieldB's data binding. it would automatically change to "No Data Binding". Fields created by previous user are all using the FieldA's binding method thus I'm trying to change to FieldA binding method.
May I know why its happening like this and how can I resolve these? Thanks in advance