Hello,
First of all, I really really like your add-on for Joomla!! Currently I'm trying to create a form in Joomla 2.5 with CFv4 RC3.3. But I can't get the options 'Dynamic Data' for the checkbox-group to work. I want to load a form based on the 'cf_id' of a table (jos_kalender). In that table there is a field 'spelers' which hold an comma separated string of the cf_id from another table (jos_spelers -> which holds all info about my players).
Now I want my form to display all data from jos_kalender, but my checkbox-group needs to load all possible players and be checked whenever the players cf_id is also found in the field 'spelers'.
So in the actions tab I place a DB_RECORD_LOADER to load one record from jos_kalender. When a record is found, it should load all players.
The problem is that when I enable 'Dynamic Data' that my entire website shows blank (except for the label).
PS: I attached some screenshots assuming that this could be usefull to provide me some help/a solution.
PPS: This is the result of the debugger:
Array
(
[option] => com_chronoforms
[chronoform] => testKal
[token] => 01e3cfc3e5e9a748f7a043716ba598ca
[order] => alias
[direction] => desc
[Itemid] =>
[cf_id] => 3
[cf_uid] => 01e3cfc3e5e9a748f7a043716ba598ca
[cf_created] => 2012-04-06 22:10:58
[cf_modified] =>
[cf_ipaddress] => ::1
[cf_user_id] => 42
[seizoen] => 2
[datum] => 2012-04-05
[baan] => 15
[tegenstander] => 12
[spelers] => Array
(
[0] => 9
[1] => 11
[2] => 12
[3] => 13
)
[JosSpelers] => Array
(
[0] => Array
(
[cf_id] => 9
[alias] => aaa
)
[1] => Array
(
[cf_id] => 12
[alias] => bbb
)
[2] => Array
(
[cf_id] => 11
[alias] => ccc
)
[3] => Array
(
[cf_id] => 13
[alias] => ddd
)
)
)
Validation Errors:
Array
(
)
I really hope that you understand my issue :-S
Kind regards,
Wim
First of all, I really really like your add-on for Joomla!! Currently I'm trying to create a form in Joomla 2.5 with CFv4 RC3.3. But I can't get the options 'Dynamic Data' for the checkbox-group to work. I want to load a form based on the 'cf_id' of a table (jos_kalender). In that table there is a field 'spelers' which hold an comma separated string of the cf_id from another table (jos_spelers -> which holds all info about my players).
Now I want my form to display all data from jos_kalender, but my checkbox-group needs to load all possible players and be checked whenever the players cf_id is also found in the field 'spelers'.
So in the actions tab I place a DB_RECORD_LOADER to load one record from jos_kalender. When a record is found, it should load all players.
The problem is that when I enable 'Dynamic Data' that my entire website shows blank (except for the label).
PS: I attached some screenshots assuming that this could be usefull to provide me some help/a solution.
PPS: This is the result of the debugger:
Array
(
[option] => com_chronoforms
[chronoform] => testKal
[token] => 01e3cfc3e5e9a748f7a043716ba598ca
[order] => alias
[direction] => desc
[Itemid] =>
[cf_id] => 3
[cf_uid] => 01e3cfc3e5e9a748f7a043716ba598ca
[cf_created] => 2012-04-06 22:10:58
[cf_modified] =>
[cf_ipaddress] => ::1
[cf_user_id] => 42
[seizoen] => 2
[datum] => 2012-04-05
[baan] => 15
[tegenstander] => 12
[spelers] => Array
(
[0] => 9
[1] => 11
[2] => 12
[3] => 13
)
[JosSpelers] => Array
(
[0] => Array
(
[cf_id] => 9
[alias] => aaa
)
[1] => Array
(
[cf_id] => 12
[alias] => bbb
)
[2] => Array
(
[cf_id] => 11
[alias] => ccc
)
[3] => Array
(
[cf_id] => 13
[alias] => ddd
)
)
)
Validation Errors:
Array
(
)
I really hope that you understand my issue :-S
Kind regards,
Wim