Expand my Community achievements bar.

Duplicate fields

Avatar

Level 1

Probable a very simple question but here I go

I have a 32page form that I import infor created in another form.  A number of fields are required to be shown in a number of pages eg "Job reference Number" appears on page 1 again on page 6 and page 12.  However when I import the info it appears in page 1 field but no other field.  When I created the field on page 1 I then copied and pasted the field on the other pages.  Any help would be great.

1 Reply

Avatar

Level 10

Hi,

You can achieve this quite simply (and without script).

If you name the Job Reference Number object to jobRefNum, then make sure the same object on the other pages have the same name. Then select one of them and go to the Object > Binding palette. There set the binding to Global.

Now when the user types data into the object on page 1, it will automatically appear on the other pages.

Hope that helps,

Niall