CV4 DB multi record loader not working

gioche 31 Oct, 2013
hi all

am new to chronoforms and use joomla 3, have gone through the create form and save tutorials well. my issue comes in the record loader and multi-record loader.
i added the &token=cf_uid number of the record at the url and details of the record appered on the form, but trying the multi record loader and gone through the tutorial but the record do not appear clicking the test form and also adding the {chronoforms}form_name{/chronoforms} in the article...

<table>
<?php
foreach($form->data['UserDetails'] as $detail):
?>
<tr>
<td>Profession:<?php echo $detail['profession'];  ?></td>
<td><a href="index.php?option=com_chronoforms&tmpl=component&chronoform=user_details&token=<?php echo &detail['cf_uid']; ?>">Edit</a></td>
</tr>
<?php
endforeach;
?>
</table>


any assistance will be appreciated

gioche
GreyHead 01 Nov, 2013
Hi gioche,

It's impossible to help if you just say 'It doesn't work' :-(

Please see this FAQ for the plug-in.

Bob
This topic is locked and no more replies can be posted.