Is it possible to call a PHP function from within a loop action? It seems not.
For example.
so that I can read additional data based on information in the loop record.
Regards
Nick
For example.
<?php
writeBookedRecord($this->data);
?>
so that I can read additional data based on information in the loop record.
Regards
Nick