Good morning, I have created three dynamic dropdown linked together (region, province, town). But I would like the first dropdown loads the user id already loaded into a text box with this code
how can I do ? thank you
<?php
$user = JFactory::getUser();
$form->data['codiceutente'] = $user->username;
?>
how can I do ? thank you