Copy input values to other elements

Copy an entered value of a field into a corresponding field. It doesn't matter where the field is located.

Sometimes it is helpful to display values ​​entered in one field, on the next page or in another field.

Important: This demo form requires an additional script to function correctly. You can download it via the following button. Then upload the script under Files & Templates > Files or directly at the form under Files.

The association to the field is done via Advanced > Attribute and there you have to add the attribute data-copy-from at the target element. The value of this is the name of the source element.

Original entries
Copy (on the same page)

Under Advanced > Attributes following values are necessary:

  • Attribute: copy-from
  • Value: tfName

Under Advanced > Attributes following values are necessary:

  • Attribute: copy-from
  • Value: tfCity
Copy (on the next page)

Under Advanced > Attributes following values are necessary:

  • Attribute: copy-from
  • Value: tfName

Under Advanced > Attributes following values are necessary:

  • Attribute: copy-from
  • Value: tfCity
powered by XIMA® formcycle