Hello everyone,
I have a problem with the option panel "condictions" in a chronoconnectvity model.
I should put in a model, one condiction where the value is the value of a dropdown field of a Chronoform; in this way would make a "query" on the table of chronoconnectvity model using a dropDown value.
Dropdown uses dynamic option , model Id is enable and ModelId=Data
A condition like this ....
<?php
return array('My_filed' => $form->data['Data']);
?>
.. don't run, probably second part is not correct.
Can you help me? Thanks in advance.
P.S. My Knowlege of PHP language is very low.... sorry!
I have a problem with the option panel "condictions" in a chronoconnectvity model.
I should put in a model, one condiction where the value is the value of a dropdown field of a Chronoform; in this way would make a "query" on the table of chronoconnectvity model using a dropDown value.
Dropdown uses dynamic option , model Id is enable and ModelId=Data
A condition like this ....
<?php
return array('My_filed' => $form->data['Data']);
?>
.. don't run, probably second part is not correct.
Can you help me? Thanks in advance.
P.S. My Knowlege of PHP language is very low.... sorry!