• 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: automatic filling of fields when user login.

automatic filling of fields when user login. 9 years 7 months ago #32550

Hello
I want to build a form for registration in site by rsform and using its registration plugin integration. is it possible to map more fields to joomla registration database in addition to default map fields in plugin configuration, I have another order form in my site, I want when a registered user logins, the fields of Name , Tell and Address in this form are field automatically with user registration database, I found an script in posts :
//<code>
$user = JFactory::getUser();
return $user->get('name');
//</code>

for using in default value section of each field , its ok for name field, but I dont have address , tell fields in joomla user registration database.

is there any other way for solving my scenario ?
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!