• 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: Add form data to user custom fields

Add form data to user custom fields 8 months 3 weeks ago #43573

  • info4344
  • info4344's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
Dear support,
I need to save some of the Form data into an user's custom fields.

In the past I used a code to write them in Acymailing custom fields but now I do not find information on this forum to add them into user custom fields.
I found this code to retrive data from custom fields, to use them as default value for example.
//<code>
$customFields = FieldsHelper::getFields('com_users.user', JFactory::getUser(), true); 
return $customFields[1]->value;
//</code>

Could you assist me?
Kind regards
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!