Expand my Community achievements bar.

Repeat Text Field Value on Master page

Avatar

Former Community Member
This might be a really simple question. I have a form with two master pages. The second is applied to all but the first page. On the second master page I have a text field that I populate with user entered data from a text field. I want this value to show on all pages after the first page (page 2 to n). It shows up with the value on page 2, but all the rest have a blank value. Do I need to script something to make it repeat for all pages? Any help would be appreciated.
2 Replies

Avatar

Former Community Member
A solution to this problem would help me very much, too!



Thanks a lot.

Avatar

Former Community Member
The simpliest method would be:



Under the Object tab, select Binding, and change the Default Binding to Global. The TextFields you create must have the same name, and Global binding will populate all the fields.