I can create the user, but activating the user is not done.
Here are the steps that I am using to do this:
Check Recaptcha
Joomla User Registration
Under Joomla User Registration - Success Section
DB Save
EMail Verification Sender - Settings
Verification Code Field Name - verify
Verification status field name - verify_status
Files array field name - verify_array
Verification link path = http://www.testrw.org/index.php/ct-menu-item-5/ct-menu-item-9 (Create User Form)
Email
http://www.testrw.org/index.php/ct-menu-item-5/ct-menu-item-7?{verification_link}&option=com_chronoforms&chronoform=user_validation (This is the link to validate user)
Then I have the Email Verification Response at the very end of the actions.
On the user_validation form I have the following in the action section.
DB Multi Record Loader
The settings are as follows:
I set the table to the one that I am using.
Request Param = verify_user
Model ID = cf_uid
Fields = verify,verify_status,verify_array
Email Verification Response
Joomla User Activation
Do I have them in the right order and am I missing anything or do I have an incorrect input? I can create the user but I cannot get the user to be activated and enabled in Joomla. Thank you.
Here are the steps that I am using to do this:
Check Recaptcha
Joomla User Registration
Under Joomla User Registration - Success Section
DB Save
EMail Verification Sender - Settings
Verification Code Field Name - verify
Verification status field name - verify_status
Files array field name - verify_array
Verification link path = http://www.testrw.org/index.php/ct-menu-item-5/ct-menu-item-9 (Create User Form)
http://www.testrw.org/index.php/ct-menu-item-5/ct-menu-item-7?{verification_link}&option=com_chronoforms&chronoform=user_validation (This is the link to validate user)
Then I have the Email Verification Response at the very end of the actions.
On the user_validation form I have the following in the action section.
DB Multi Record Loader
The settings are as follows:
I set the table to the one that I am using.
Request Param = verify_user
Model ID = cf_uid
Fields = verify,verify_status,verify_array
Email Verification Response
Joomla User Activation
Do I have them in the right order and am I missing anything or do I have an incorrect input? I can create the user but I cannot get the user to be activated and enabled in Joomla. Thank you.