• Resolved madbug

    (@madbug)


    Form 1 (step 1) I got a form with Email field. After user enter and submit, goes to Form 2 (step 2).

    In Form 2, I want to display the Email in my Form 2 Email Field, how can I do that?

    I know you can use [multiform “EMAIL”] to display the email in Form 2, but what I want is showing that Email inside the Email Field.

Viewing 1 replies (of 1 total)
  • Thread Starter madbug

    (@madbug)

    Issue resolved by putting in default:get in Form 2.

    eg.
    Form 1 (Step 1)
    [email* EMAIL placeholder “Your Email” ]

    Form 2 (Step 2)
    [email* EMAIL default:get ]

Viewing 1 replies (of 1 total)
  • The topic ‘Pass step 1 value into step 2 text field’ is closed to new replies.