How to create duplicate controls on a form?

  • 11 October 2017
  • 1 reply
  • 9 views

Badge +1

I have a panel at the top of a form that I need to contain duplicates of fields that exist elsewhere on the form, so that data entered in either copy of the control will appear in the other. Is this possible?


1 reply

Userlevel 5
Badge +14

if the panel at the top is aimed just to display content of other fields, then you can simply use calculated vale controls.

but of course calculated value control is not editable.

if you needed to synchronize two editable controls you would need a javascript that would copy over data on every change from one control to the other.

duplicate control‌ synchronize controls‌ copy value‌

Reply