Data provider is the array of values you want to save to session. {data:} means everything that just got submitted by the form.
Mix multi page takes everything out of the identified session array and puts it back in {data:}
Clear multi page data..... clears the multipage data.
Identifier is what you want the array of values in session to be called.
Thank you, healyhatman,
So, if i had, e.g., two pages on multipage form with 3 events -
1. load;
2. page2;
3. submit
I should:
1. Put action Multipage on page2 and submit events;
2. leave Data provider as it is by default {data:};
3. check "Clear multi page data" on submit event.
what if I have Read_data function that fill in the fields + some empty fields that should be entered by user? what is Data provider then? How about checkboxes?
your choice. If you put read data as the provider, you will lose what they entered when you go back. Just try it and find out.
khm. what could be the workaround?
oh thanks! will try that!