I have a simple form from which I'm trying to test Data Read.
I have the debugger on here, which is very helpful.
https://www.theoakscamp.org/index.php?option=com_chronoforms5&chronoform=SS_App_Viewer&id=1
My conditions are:
<?php
return array('id' => $form->data['id']);
?>
* I've matched my field names to the original form and database field names.
* Currently I can only get it to load my database array by adding a id=value on the URL.
* I'm just not what I'm missing to get the rest of the fields to populate. Do I need to add conditions for all of them?
* I see there is an empty array error, but not sure what to do with this...
THANKS!
I have the debugger on here, which is very helpful.
https://www.theoakscamp.org/index.php?option=com_chronoforms5&chronoform=SS_App_Viewer&id=1
My conditions are:
<?php
return array('id' => $form->data['id']);
?>
* I've matched my field names to the original form and database field names.
* Currently I can only get it to load my database array by adding a id=value on the URL.
* I'm just not what I'm missing to get the rest of the fields to populate. Do I need to add conditions for all of them?
* I see there is an empty array error, but not sure what to do with this...
THANKS!