How to copy one field's value to another field once it is populated?

  • IanRm
    Asked on February 25, 2017 at 12:18 PM

     

    In a multi page form - I want to pre-populate the answer from an earlier question at the top of the second page

    the uesr will have filled in their name at beginning of the form - we want to repeat/prepopulate  the entry (full Name) at a later stage as a text field

    Is this possible?

    In a multi page form - I want to prepopulate the answer from an earlier question at teh top of the second page

  • Nik_C
    Replied on February 25, 2017 at 2:47 PM

    Hello,

    You can achieve that by using calculation condition, so if the name field is filled copy its value to the another fields:

    How to copy one fields value to another field once it is populated? Image 1 Screenshot 20

    And that will work for multiple fields as well. And it will work for page sections.

    If you have any additional questions please let us know.

    Thank you!

  • IanRm
    Replied on February 26, 2017 at 7:33 AM

    Perfect - Thank you Nik_C