Hello,
I am trying to write a condition in a DB Read action that works with two fields, but I can't get it to work.
If I use a single condition it works but the "and" does not.
I expect this is a simple syntax problem, sorry to trouble you.
Cheers
I am trying to write a condition in a DB Read action that works with two fields, but I can't get it to work.
<?php
return array( 'booleanDBField' and 'DBField' => $form->data['Form_Field']);
?>
If I use a single condition it works but the "and" does not.
I expect this is a simple syntax problem, sorry to trouble you.
Cheers