• In Action, after selected to redirect the form to a thank you page

    I switched on “pass specific fields from the form as URL query parameters”

    Then I fill the field “Fields to pass as URL query parameters, separated by commas:” with “your-mail, your-name”

    Then I put in the thank page page [get_param param=”your-email”] [get_param param=”your-name”]

    After the form filling, on the thank you page we can see only the email, but not the name.

    I also tried to invert parameters and short tags, with the name as first, but it only writes the name on the page, but not the email.

    What could the reason be ?

    • This topic was modified 1 year, 11 months ago by bobrock4.
    • This topic was modified 1 year, 11 months ago by bobrock4.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Passing parameters on thank you page. Can’t display more than one’ is closed to new replies.