When a user submits the JS Jobs Registration Form, does the form action request the Joomla file which uploads the registration data into the database or is it accessing another file within the JS Job Component to do this?
I am trying to manipulate the user_group_map table when a user is created so that Joomla can recognize whether the user is an JobSeeker User or and Employer User instead of just a Registered User.
Right now a user who registers using the JS Jobs Registration form can select which user role they are. But, only JS Jobs Component knows this information not Joomla. So when it submits the data to the db the form needs to insert the correct user group ID (Employer or JobSeeker) not the Registered User ID into the user_group_map table base on what is selected in the user role field.