Hi,
How can I show specific data depending on the value of some fields that are in the array.
So if [input_radio_25] => 2 keer, then I want to show different data Then when it concerns [input_radio_25] => 3 keer. Is this possible?
This is my array:
Thanks and regards.
Allie
How can I show specific data depending on the value of some fields that are in the array.
So if [input_radio_25] => 2 keer, then I want to show different data Then when it concerns [input_radio_25] => 3 keer. Is this possible?
This is my array:
Array
(
[option] => com_chronoforms
[tmpl] => component
[chronoform] => Inschrijven
[event] => Pager three
[cf_sid] => a79eb5253449c3f8ef7f5714289c1c71
[Itemid] =>
[input_radio_25] => 2 keer
[input_submit_27] => Verder
[6971712b88ce90f41db43b2d1e88c731] => 1
[voornaam] => Allie
[tussenvoegsel] =>
[achternaam] => Berg
[geboortedatum] => 2013201320132013-0303-0808
[geslacht] => Man
[straat] => Pxxxxxx
[huisnr] => 93
[input_text_11] =>
[postcode] =>xxxxxx
[woonplaats] => Leidschendam
[telefoon] => xxxxxx
[emailadres] => xxxxxxxx@gmail.com
[input_submit_16] => Verder
[input_text_20] =>
[input_submit_19] => Submit
)
Validation Errors:
Array
(
)
Thanks and regards.
Allie