Expand my Community achievements bar.

Question about Text Fields

Avatar

Former Community Member
I'll apologize in advance if this is covered elsewhere. I sure can't find it if it is.



What I'd like to know is if it is possible to "link" 2 text fields together, so that when one is filled out the other automatically fills with the same info.



Thanks,

Duane
2 Replies

Avatar

Former Community Member
If you set the binding on both fields to Global and they have the same name then the value of the two fields will be the same.



Another way to do it would be on the exit event of the 1st field have this code Field2.rawValue = Field1.rawValue

Avatar

Level 9
Or, if you're using a schema, bind both fields to the same element in the schema.

Howard

http://www.avoka.com