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