Hi All,
I just cannot get this work !
I set up a multi page form with 2 pages. All the field data in passing between the pages except: when I try to add a custom field it gets lost on the next page. Am I doing something wrong ?
My custom data field lokk like this:
Thanks
Bob
I just cannot get this work !
I set up a multi page form with 2 pages. All the field data in passing between the pages except: when I try to add a custom field it gets lost on the next page. Am I doing something wrong ?
My custom data field lokk like this:
<?phpIt will appear on the first page debug:
$this->data['custom'] = 'This is a custom field';
?>
Array
(
[chronoform] => test_save
[option] => com_chronoforms6
[Itemid] =>
[custom] => This is a custom field
)
But when I go to page two it is not there anymore:
Array ( [chronoform] => test_save [event] => two [text_one] => first text field [text_two] => second text field [hidden10] => hide one [button6] => [option] => com_chronoforms6 [Itemid] => )Why? Please help me!
Thanks
Bob