Hi Max,
Thanks for the excellent work, I think the integration of CF and CC is great and very promising for the future!
Now, in the old CC I could populate fields with user data by using the "On Save Code" as shown below.
Now that the editing is taken over by CF, what is the best way to populate fields with user data?
Thanks,
Olaf
Thanks for the excellent work, I think the integration of CF and CC is great and very promising for the future!
Now, in the old CC I could populate fields with user data by using the "On Save Code" as shown below.
<?php
$user =& JFactory::getUser();
$row->changed_by=$user->id;
?>
Now that the editing is taken over by CF, what is the best way to populate fields with user data?
Thanks,
Olaf