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...
any assistance will be appreciated
gioche
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
This topic is locked and no more replies can be posted.
