• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: autofilled form elements

autofilled form elements 6 years 1 month ago #38961

Hello,

i want to have a form with many textboxes and some of them should autofilled with userdetails from Joomla user database.

So i checked this forum and find a solution to autofill "name" textbox with name of current logged in user.
//<code>
$formuser=JFactory::getUser();
return $formuser->name;
//</code>
This works very well. But now i have a userfield "street" in Joomla user database and want to make the same as described in top. I´m to stupid what i have to change to get the right result.

Can anybody help here?

Kind regards
Michael
Sorry for my horrible english
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!