• Resolved chengzen

    (@chengzen)


    Hello everyone,

    I’m wondering if there is any tip to get information that is already entered before to show them in a new page.

    For example : lets say that i’m on a page which is :”mydomain.com/estimate-apartment-price”

    In this page, we show a field of an adress. once completed by user, data is collected and he is redirected to antoher page. On this “other” page, I want to show the adress that was collected…

    Any ideas about how we can do that ? thank you

Viewing 1 replies (of 1 total)
  • Plugin Support Abul Khoyer

    (@hellokhoyer)

    Hello @chengzen,

    Thanks for your query. Please follow the steps described below to display form values dynamically on a redirected page,

    1. Set the confirmation type to a page or a custom URL and pass the field data to the URL parameter using query strings. (see screenshot)
    2. Set the URL parameter value shortcode [ff_get param=”GET_PARAM_NAME”] on the page where you are redirecting the user. (see screenshot)

    All done! it will display the URL parameter value on the redired page received from the form input.

    Please note that, you won’t get the value when you revisit the page directly as the value is sourced from the URL parameter.

    Hope this helps.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Get information already entered to show them in the next page’ is closed to new replies.