How to display filled input values on the second page of the form

  • Robert
    Asked on September 16, 2016 at 6:55 PM

    Hi, i am trying to make a form where people can leave their details , questions, etc.

    What I am trying to do (which i thought would be quite simple) is try to copy a clients answer from one page and display it on the next.

    For example,

    On page 1:    

    PLEASE FILL IN YOUR FULL NAME.    

    TITLE: Mr

    FIRST NAME: Joe

    LAST NAME: Bloggs

     

    On Page 2:     

    Thanks for getting in touch with us Mr Bloggs, before we continue please select an option below.

     

    After trawling through loads of widgets, apps, you tube etc, the closest thing i have found is substring.

    I have looked at the demos, google and other places and tried several different ways but I cant seem to get it to work. Is there any way you could help me with substring, or any other way other than substring to accomplish this.

     

    regards, Rob

  • Mike
    Replied on September 16, 2016 at 8:53 PM

    This is possible to use field {tags} within Text field to output the field value.

    Example:

    How to display filled input values on the second page of the form Image 1 Screenshot 50

    Result:

    How to display filled input values on the second page of the form Image 2 Screenshot 61

    Unfortunately, it seems that we cannot get the title from the Full Name field with the {field:prefix} tag. You might consider using a separate field for title.

    How to display filled input values on the second page of the form Image 3 Screenshot 72

    How to display filled input values on the second page of the form Image 4 Screenshot 83

    If you need any further assistance, please let us know.