I setup a form through 3 pages using ajax, each page ha some input data, I cannot pass the data through the pages so when I coma to the final page where I should send by email all the details I get just the data coming from the last page.
This is what I have tried:
In each form page as setup I used: Display section, then Save to session, specifying as data provider {data}, I used the same in each other page but nothing.
I tried to do the same changing the provider name in data, {data1:} and {data2:} nothing.
I tried to change the name of the provider in {data:first}, {data.second}, nothing
Could someone advise me (and other) what to do to get the data through different pages?
Thank you!! :?
This is what I have tried:
In each form page as setup I used: Display section, then Save to session, specifying as data provider {data}, I used the same in each other page but nothing.
I tried to do the same changing the provider name in data, {data1:} and {data2:} nothing.
I tried to change the name of the provider in {data:first}, {data.second}, nothing
Could someone advise me (and other) what to do to get the data through different pages?
Thank you!! :?
Hi mrcrix,
The latest update had a multipage demo template form to start with, did you check it ?
Best regards,
Max
The latest update had a multipage demo template form to start with, did you check it ?
Best regards,
Max
Ah I have just update it and I haven't seen the examples, I will check it now, thank you!
After I have seen the demo I was able to setup my form but... when I use the ajax method:
1) The NoCaptcha is not shown at all
2) The system message is not shown at the end of the form but just If I reload the final page.
Without the ajax submission everything work as it should
1) The NoCaptcha is not shown at all
2) The system message is not shown at the end of the form but just If I reload the final page.
Without the ajax submission everything work as it should
Hi mrcrix,
Yes, both features will not work with AJAX (for now), but you can replace the system message with a "Custom code" action with any text inside:
Best regards,
Max
Yes, both features will not work with AJAX (for now), but you can replace the system message with a "Custom code" action with any text inside:
<div class="ui message green">Thank you!!</div>
Best regards,
Max
This topic is locked and no more replies can be posted.