Hello,
Is it possible to set the reset button in such a way that it will be deleted the entire session of all steps of form and diverted to the first step.
We have problems with the re-filling form fields for changes data in other steps. The
form then remembers in session the values of some fields and do not want to change them to the selected new.
My English is poor and I do not know how well I explain this🙂 but I think the reset button which will clear all data from the sessions and takes us to the first step of form. Of course, in all the steps I will programmed the reset button in the same way.
Here you will find form -> http://www.carway.pl/wynajem-samochodow/wynajem-samochodu-rezerwacja
again will be very grateful for any help
Mastek
Is it possible to set the reset button in such a way that it will be deleted the entire session of all steps of form and diverted to the first step.
We have problems with the re-filling form fields for changes data in other steps. The
form then remembers in session the values of some fields and do not want to change them to the selected new.
My English is poor and I do not know how well I explain this🙂 but I think the reset button which will clear all data from the sessions and takes us to the first step of form. Of course, in all the steps I will programmed the reset button in the same way.
Here you will find form -> http://www.carway.pl/wynajem-samochodow/wynajem-samochodu-rezerwacja
again will be very grateful for any help
Mastek
Hi mastek,
The Session to Data action has an option to clear the saved data from the session. Does that do what you need? If not you could do it with a little PHP.
Bob
The Session to Data action has an option to clear the saved data from the session. Does that do what you need? If not you could do it with a little PHP.
Bob
Hi Bob,
Unfortunately the option clear the saved data from the session did not help.
as I come back from step 4 to step 1 we have mistakes in the calculation on step 2 or step 3
Are you able to help me with this little PHP ?
I have no idea how to write it.
I managed with the help of this tutorial add a Class attribute.
http://www.chronoengine.com/faqs/2880-how-can-i-style-the-reset-and-back-buttons.html
I will be very grateful for help.
Unfortunately the option clear the saved data from the session did not help.
as I come back from step 4 to step 1 we have mistakes in the calculation on step 2 or step 3
Are you able to help me with this little PHP ?
I have no idea how to write it.
I managed with the help of this tutorial add a Class attribute.
http://www.chronoengine.com/faqs/2880-how-can-i-style-the-reset-and-back-buttons.html
I will be very grateful for help.
Hi mastek,
A form reset button only works on the current form, or the current page of a multi-page form; and it resets the values to those set when the page 'loaded'. It's done by the user's browser, not by ChronoForms.
You can possibly build a 'restart' button that would send the user back to the beginning and clear any existing data.
In this case a better solution might be to use a tabbed form where all the inputs are on the same page and a reset button will reset all of the inputs.
Bob
A form reset button only works on the current form, or the current page of a multi-page form; and it resets the values to those set when the page 'loaded'. It's done by the user's browser, not by ChronoForms.
You can possibly build a 'restart' button that would send the user back to the beginning and clear any existing data.
In this case a better solution might be to use a tabbed form where all the inputs are on the same page and a reset button will reset all of the inputs.
Bob
This topic is locked and no more replies can be posted.
