Can we send data of two text boxes to another single text box?

  • miguelhdezs
    Asked on March 13, 2017 at 2:21 PM

    Hi,

    It is possible to send the data of two text boxes to another single text box but in diferent form.

    Example:

    FORM ONE: Firs name + Last name

    FORM TWO: Name

    Thanks

  • Mike
    Replied on March 13, 2017 at 5:18 PM

    Yes, this is possible.

    For example, if you use a Full Name field (which includes two inputs), the prepopulation link will be:

    ?name={fullName}

    If two separate inputs used:

    ?name={firstName} {lastName}