Hi,
I already have a form in CF5 that shows te last submitted data by a registred user of my website.
Now I would like to add the date on wich the last data (and time) was submitted.
For the name, e-mail and phonenumber I use the following "custom code", but this does not work for the field "modified" in my DB:
<?php
$user =& JFactory::getUser();
$form->data['naam'] = $user->name;
?>
Can you help me please?
Cheers,
Bart Weltens
Belgium
I already have a form in CF5 that shows te last submitted data by a registred user of my website.
Now I would like to add the date on wich the last data (and time) was submitted.
For the name, e-mail and phonenumber I use the following "custom code", but this does not work for the field "modified" in my DB:
<?php
$user =& JFactory::getUser();
$form->data['naam'] = $user->name;
?>
Can you help me please?
Cheers,
Bart Weltens
Belgium