Why can't I copy the Name element to another form

  • hg98g7pdjnem
    Asked on December 8, 2020 at 12:17 PM

    When the user inputs his or her name into "Input Form 1" I would like it copied to the name element in "Input Form 2" but both the first name and last name of the user from "Input Form 1" end up in the First Name of the Name element in "Input Form 2"


    Example:

    Input Form 1

    First Name: Dan

    Last Name: Smith


    (this should be the same for Input Form 2 but instead it looks like:)

    Input Form 2

    First Name: Dan Smith

    Last Name:


    Here's my URL code: https://form.jotform.com/203215975286057?name={name}


    Thank you for your help.

  • VincentJay
    Replied on December 8, 2020 at 2:32 PM

    Hello,

    Please try adding this to your URL code and let us know if the issue still persists:

    ?name[first]={name:first}&name[last]={name:last}