Hi,
I'm french chronoengine user so sorry for my bad expression. I hope you could help me because I don't find my answer in forums.
I want to edit data recording by clicking on a link from Chronoconnectivity list. To do it, I load the CFv5 form using to record this same data. But form is enmty.
This is my CC list parameters :
[attachment=0]ScreenShot1.jpg[/attachment]
[attachment=1]ScreenShot2.jpg[/attachment]
[attachment=2]ScreenShot3.jpg[/attachment]
And then my CF form parameters
[attachment=3]ScreenShot4.jpg[/attachment]
DB Reader details :
[attachment=4]ScreenShot5.jpg[/attachment]
I tried several syntaxe for where condition but I don't find exact expression like this one cause of URL parameter of the link from CC list (index.php?option=com_chronoconnectivity5&cont=lists&ccname=patronyme&act=edit&gcb={patronyme.id}):
Can you help me please to obtain data in form fields when I clic on link from the CC list.
Thanks
I'm french chronoengine user so sorry for my bad expression. I hope you could help me because I don't find my answer in forums.
I want to edit data recording by clicking on a link from Chronoconnectivity list. To do it, I load the CFv5 form using to record this same data. But form is enmty.
This is my CC list parameters :
[attachment=0]ScreenShot1.jpg[/attachment]
[attachment=1]ScreenShot2.jpg[/attachment]
[attachment=2]ScreenShot3.jpg[/attachment]
And then my CF form parameters
[attachment=3]ScreenShot4.jpg[/attachment]
DB Reader details :
[attachment=4]ScreenShot5.jpg[/attachment]
I tried several syntaxe for where condition but I don't find exact expression like this one cause of URL parameter of the link from CC list (index.php?option=com_chronoconnectivity5&cont=lists&ccname=patronyme&act=edit&gcb={patronyme.id}):
<?php
return array('id' => $_GET->gcb);
?>
Can you help me please to obtain data in form fields when I clic on link from the CC list.
Thanks