Hallo,
I got a form, where you con choose between three offers, each offer has some different prices. I want that the choosen offer (first screenshot) will displayed on the next page (second screenshot), like in the both screenshots.
& 
Could you help me? If you need more information, just let me know.
Thanks a lot,
Tobias
I got a form, where you con choose between three offers, each offer has some different prices. I want that the choosen offer (first screenshot) will displayed on the next page (second screenshot), like in the both screenshots.


Could you help me? If you need more information, just let me know.
Thanks a lot,
Tobias
Hi Tobias,
ChronoForms uses the $form->data array to handle the form data. If there are values set in the array when a page loads then they will be used to set the values of any inputs in the page. You can pass data between pages with the Multi-Page action. You can also 'process' it and add new variables using PHP in a Custom Code action.
Bob
ChronoForms uses the $form->data array to handle the form data. If there are values set in the array when a page loads then they will be used to set the values of any inputs in the page. You can pass data between pages with the Multi-Page action. You can also 'process' it and add new variables using PHP in a Custom Code action.
Bob
This topic is locked and no more replies can be posted.