Expand my Community achievements bar.

SOLVED

Lock a single field

Avatar

Level 2

My Form is 2 pages and at the top of page 1 is a TextField where the user enters their name. There is a corresponding TextField at the top of page 2 which is bound to the first one. Is there any way to lock or make the second name TextField selectable?

1 Accepted Solution

Avatar

Correct answer by
Level 3

Make the second texfiled READ ONLY - this will fix it!

View solution in original post

2 Replies

Avatar

Correct answer by
Level 3

Make the second texfiled READ ONLY - this will fix it!

Avatar

Level 2

Thanks,

So simple but missed it among the many options.