Expand my Community achievements bar.

SOLVED

Building a Form (Field Question)

Avatar

Level 4

I have my form designed with several numeric fields. Here's what I need to do. NumericField3 is at the top of my form. NumericField11 is at the bottom. I'd like to be able to have anything that is typed into NumericField3 to be automatically populated to NumericField11. I don't need any calcuations or anything, just have the data that is typed into NumericField3 automatically pop down into NumericField11. Is this possible? If so how?

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi,

Rename NumericField11 to NumericField3.

In the hierarchy view you will see the two objects, NumericField3[0] and NumericField3[1]. Now select one of these, doesn't matter which one, and go to the Object > Binding tab.

Set the binding to 'global'.

This way what ever is typed into either field will automatically appear in the other one - no script involved.

Niall

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Hi,

Rename NumericField11 to NumericField3.

In the hierarchy view you will see the two objects, NumericField3[0] and NumericField3[1]. Now select one of these, doesn't matter which one, and go to the Object > Binding tab.

Set the binding to 'global'.

This way what ever is typed into either field will automatically appear in the other one - no script involved.

Niall