I'm a real newbie at php and chronoforms.
I've followed the tutorials for db record loading, so far so good, but have hit what I'm sure is a simply problem for you guys, but is a mystery to me.
The scenario is this: One form one I have used the DB Multi Record Loader and display a list of records. In the list I have a link to a second form for displaying the individual record data, the code linking to the second form is this:
The second form uses DB Record Loader, with DB Field = cf_uid and request Param = token
Now I'm stuck. I've tried a variety of PHP code snippets to try and display the record fields, but failed.
Including the Debugger in the form shows that the correct record is loaded, all I need to know is the correct way to display the data.
Any help would be most appreciated.
Thanks
John
I've followed the tutorials for db record loading, so far so good, but have hit what I'm sure is a simply problem for you guys, but is a mystery to me.
The scenario is this: One form one I have used the DB Multi Record Loader and display a list of records. In the list I have a link to a second form for displaying the individual record data, the code linking to the second form is this:
<a href="index.php?option=com_chronoforms&chronoform=MTP_APP_Property_View_test&token=<?php echo $detail['cf_uid']; ?>">
The second form uses DB Record Loader, with DB Field = cf_uid and request Param = token
Now I'm stuck. I've tried a variety of PHP code snippets to try and display the record fields, but failed.
Including the Debugger in the form shows that the correct record is loaded, all I need to know is the correct way to display the data.
Any help would be most appreciated.
Thanks
John