Send data through multiple page form

mrcrix 22 Apr, 2017
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!! :?
Max_admin 22 Apr, 2017
Hi mrcrix,

The latest update had a multipage demo template form to start with, did you check it ?

Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
mrcrix 22 Apr, 2017
Ah I have just update it and I haven't seen the examples, I will check it now, thank you!
mrcrix 22 Apr, 2017
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
Max_admin 22 Apr, 2017
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:

<div class="ui message green">Thank you!!</div>


Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.