Can I set up a Data Preview on the last page with Ajax?

  • FelixM
    Asked on June 13, 2014 at 1:00 PM


    Hi,
    we are using your multi-stop form process. Over 4 form pages our users type in their data.

    Now we are planning to implement a data preview on the last form page. For that we need all prior entered data. 

    Is there a way to receive all entered data on the last form page? Can we request it via ajax or is there a way to render it into the form (e.g. into hidden fields)? 

    Every idea is appreciated!

  • KadeJM
    Replied on June 13, 2014 at 3:38 PM

    You can use prepopulated parameters and have this sent into hidden fields on your form at the end page.

    When you said " data preview " did you mean to have a way to let your users preview it? Or was it going to be your intention to have that hidden anyhow since you later stated this about into " hidden fields "?

    Alternatively, You could also just have a preview at the thank you page.

  • KadeJM
    Replied on June 13, 2014 at 3:44 PM

    Additionally, I would like to point out as per this thread that many of our features use Ajax. You could try mixing it with the form's source code to create your own custom output if you have that sort of programming knowledge.

  • FelixM
    Replied on June 14, 2014 at 4:56 AM

    Hey there,

    thanks for your response. What we want to do is show our customers a PDF (which can be generated with HTML) in the end with all the data filled in. 

  • BryanPaulo
    Replied on June 14, 2014 at 12:56 PM

    Hi,

    I see what you mean. We released a widget recently called Preview Before Submit, this widget will display entries when clicked. However, the preview is not in pdf format. The widget works along with pagebreaks which I believe is already added to your form. You can add the widget to the end of your form. You can find it under Widgets tab on the left navigation pane.

    Can I set up a Data Preview on the last page with Ajax? Image 1 Screenshot 20

    You can read more about Preview Before Submit widget HERE.

    Let us know if you need further help.