Viewing 4 replies - 1 through 4 (of 4 total)
  • Mirai

    (@miraiserver)

    You have thin in details:

    In a contact form, to retrieve fields from previous forms you can use something like [form your-email] where “your-email” is the name of the field from the previous form. This would be useful on the last step where it is confirming all the info from previous forms.

    Thank you miraiserver

    I actually tried that and it doesnt seem to work in email:

    In step 1 the field is : [first-name]
    In step 2 I included : [form first-name]

    I tried submitting step 1 and proceeding to step 2 multiple time but in the email it just shows [form first-name] and not the value of [first-name] submitted in step 1 (though if I just include it in the step 2 form, it does show the inputs from Step 1)

    Why is it not working for email?

    Plugin Author webheadcoder

    (@webheadllc)

    In email, do not use the word “form”. Instead use it like you normally would:
    [first-name]

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to get value of the previous form in next page’ is closed to new replies.