• 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: Display RSmembership field value to RSform field..

Display RSmembership field value to RSform field.. 1 year 7 months ago #42238

  • martin83
  • martin83's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
I have a RSMembership custom field called "fornamn" that i want autopopulate in a textfield at RSFormpro? I have tried this:
//<code>
$db =& JFactory::getDBO();
$db->setQuery("SELECT fornamn FROM kwc2j_rsmembership_fields");
$result = $db->loadResult();
return $result;
//</code>

But i got this error: 1054 Unknown column 'fornamn' in 'field list'
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!