Expand my Community achievements bar.

SOLVED

probleme duplicating fields

Avatar

Level 3

Dear,

I duplicate fields with this script : form.subForm.instanceManager.addInstance(1);

When i test the PDF with acrobat 9 it works.

But with acrobat 8 the duplication works to but when we type i one of the duplicated fields we have le same value typed in all the others fields.

Thanks

1 Accepted Solution

Avatar

Correct answer by
Level 10

The issue will be the value you set in the Default Binding property of the fields. All of them might have the same name with the same Default Binding property value set.

May be f they are not related, provide each field a unique name.

or

Change Default Binding for those fields to None if you do not want to bind it to an XML tag.

If you still have issues, you can post your form so I can have a look at it.

Thanks

Srini

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

The issue will be the value you set in the Default Binding property of the fields. All of them might have the same name with the same Default Binding property value set.

May be f they are not related, provide each field a unique name.

or

Change Default Binding for those fields to None if you do not want to bind it to an XML tag.

If you still have issues, you can post your form so I can have a look at it.

Thanks

Srini