• 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: RS Forms pro and Joomla registration not working

RS Forms pro and Joomla registration not working 8 years 5 months ago #36123

  • info3946
  • info3946's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 18
  • Thank you received: 1
Hi Using RSForms Pro 1.52.4 and J3.6.4
I have a tried and tested form which allows users to register on Joomla and maps their registration to Community Builder.
I use rs forms mapping and insert the relevant form fields into the jos_comprofiler table
To map first name and last name fields to CB I am using
Script called on form process
if(empty($invalid)){
$_POST['form']['fullname'] = $_POST['form']['fname'].' '.$_POST['form']['lname'];
}
For the J! registration i map the 'fullname' field to the Joomla name field
However since upgrading I am now getting the message.
Please complete all required fields!
Despite all my fields being correctly filled out.
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!