Hi
I've just downloaded chronoforms and thought i'd start of with a joomla registration form and get it to auto login after registration, however, it would not appear to be registering anyone.
I know its something i have done or setup incorrectly but a few pointers would be really welcome - i've looked at the tutorial video and don't see where i'm going wrong
Thanks advance🙂
I've just downloaded chronoforms and thought i'd start of with a joomla registration form and get it to auto login after registration, however, it would not appear to be registering anyone.
I know its something i have done or setup incorrectly but a few pointers would be really welcome - i've looked at the tutorial video and don't see where i'm going wrong
Thanks advance🙂
Hi qls,
Is the plugin enabled on the form plugins tab (green bars are enabled, red are disabled)?
Do you have User Registration enabled in the Site Global Configuration?
Bob
Is the plugin enabled on the form plugins tab (green bars are enabled, red are disabled)?
Do you have User Registration enabled in the Site Global Configuration?
Bob
Hi Bob
Thanks for a really quick reponse...
In the global configuration, "Allow User registration" is set to yes
and in the plugins tab on the form i have created the Joomla Registration has a green tick
Cheers
Thanks for a really quick reponse...
In the global configuration, "Allow User registration" is set to yes
and in the plugins tab on the form i have created the Joomla Registration has a green tick
Cheers
:D The penny drops....
Thanks ever so much...
the user is saving and redirecting to a page where you need to be logged in to - i get a message "JUser::_load: Unable to load user with id: 62" - not sure what that means but i'm sure i'll work it out.
One more thing, if i'm not being too pushy... I am having the user enter one field (email address) and i'm savnig that as the username and password( thanks to you ), is there anywhere in the form that can put in that if the username exists then login with that username
again... thanks for your help
Thanks ever so much...
the user is saving and redirecting to a page where you need to be logged in to - i get a message "JUser::_load: Unable to load user with id: 62" - not sure what that means but i'm sure i'll work it out.
One more thing, if i'm not being too pushy... I am having the user enter one field (email address) and i'm savnig that as the username and password( thanks to you ), is there anywhere in the form that can put in that if the username exists then login with that username
again... thanks for your help
Hi qls,
The JUser error message isn't one I've seen before but 62 is the default Administrator ID so maybe you are already logged in as SuperAdmin and trying to log in again??
You can test for an exisiting username/email in the ServerSide Validation; or by using AJAX directly from the form. I think that the AJAX code is in the forums here somewhere -- that would work better in this case.
Bob
The JUser error message isn't one I've seen before but 62 is the default Administrator ID so maybe you are already logged in as SuperAdmin and trying to log in again??
You can test for an exisiting username/email in the ServerSide Validation; or by using AJAX directly from the form. I think that the AJAX code is in the forums here somewhere -- that would work better in this case.
Bob
Hi Bob
the error was down to the fact that i'd removed the admin user - edited the table and set auser back to 62 so that - cheers
Thanks for the advice on the other part - i'll give that a go
Thanks again, my fist ever experience of using a forum has been brilliant 😀
the error was down to the fact that i'd removed the admin user - edited the table and set auser back to 62 so that - cheers
Thanks for the advice on the other part - i'll give that a go
Thanks again, my fist ever experience of using a forum has been brilliant 😀
This topic is locked and no more replies can be posted.