Hi,
I tried to create an edit link within CCV5 and load the values from CCV5 in an 'edit form' in Chronoforms. This via 'Model[id]'. This works fine if CCV has only 1 model
I tried also with the following setup:
CCF5 connection is configured like:
Model1.id = Model2.id
If I tried to load Model2[information], like it works with Model1[id] it won't give any values. The debug information shows that Model2 isn't in the array.
Array
(
[cont] => lists
[ccname] => TEST
[act] => edit
[gcb] => 6
[TEST] => Array
(
[id] => 6
)
)
Any suggestions how to include Model2 in the array?
Regards,
Smurf007
I tried to create an edit link within CCV5 and load the values from CCV5 in an 'edit form' in Chronoforms. This via 'Model[id]'. This works fine if CCV has only 1 model
I tried also with the following setup:
CCF5 connection is configured like:
Model1.id = Model2.id
If I tried to load Model2[information], like it works with Model1[id] it won't give any values. The debug information shows that Model2 isn't in the array.
Array
(
[cont] => lists
[ccname] => TEST
[act] => edit
[gcb] => 6
[TEST] => Array
(
[id] => 6
)
)
Any suggestions how to include Model2 in the array?
Regards,
Smurf007