to display the user id i use this code
how can I change the code to display the user's group id?
thanks
<?php
$user = JFactory::getUser();
$form->data['codiceca'] = $user->id;
?>
how can I change the code to display the user's group id?
thanks