Is it possible to have the Field Default Value autofilled with the logged in user's usergroup title?
Forums
usergroup name autofill value
Hi modernmagic,
Yes but . . . in Joomla! 1.6+ a user can belong to several User Groups. You have to think through how to handle that.
You'd do by using a Custom Code action before the Show HTML action in the On Load event. Look up the User's group there and add the name into the $form->data['group_name'] and add an input named ['group_name'] to your form.
Bob
Yes but . . . in Joomla! 1.6+ a user can belong to several User Groups. You have to think through how to handle that.
You'd do by using a Custom Code action before the Show HTML action in the On Load event. Look up the User's group there and add the name into the $form->data['group_name'] and add an input named ['group_name'] to your form.
Bob
This topic is locked and no more replies can be posted.