Hello and thank you for providing such a wonderful product. I would like to get some help with setting up my form to display multiple rows from a db read. My form has a db read with the following condition:
The data array is [attachment=0]Screen Shot 2014-10-31 at 8.46.56 PM.png[/attachment] and the debug shows [attachment=1]Screen Shot 2014-10-31 at 8.47.14 PM.png[/attachment].
I would like to display these records in an email (e.g., $row = $db->loadRowList();) but I cannot figure out how to insert the code correctly and get an output. Any help is greatly appreciated.
Have a wonderful day!
Alex
<?php
return array("shift_date" => $form->data("shift_date"));
?>
The data array is [attachment=0]Screen Shot 2014-10-31 at 8.46.56 PM.png[/attachment] and the debug shows [attachment=1]Screen Shot 2014-10-31 at 8.47.14 PM.png[/attachment].
I would like to display these records in an email (e.g., $row = $db->loadRowList();) but I cannot figure out how to insert the code correctly and get an output. Any help is greatly appreciated.
Have a wonderful day!
Alex