725/5000
Hello, I have been trying to create a registration form for users on my web with joomla, but the only thing I can do is to save as user what I attached in image 001, save the fields with the names that I have assigned them in The layout of the form.
I've followed all the tutorials I've found on the web and some videos I've found, and I've followed the steps one by one and I can not register users correctly.
Attached some screens of my configuration to see if anyone is able to tell me where I have confused.
I've been trying to get it right for days and I do not give it any solution and I'm frustrated.
If anyone can help me, I thank you in advance.
regards
Hello, I have been trying to create a registration form for users on my web with joomla, but the only thing I can do is to save as user what I attached in image 001, save the fields with the names that I have assigned them in The layout of the form.
I've followed all the tutorials I've found on the web and some videos I've found, and I've followed the steps one by one and I can not register users correctly.
Attached some screens of my configuration to see if anyone is able to tell me where I have confused.
I've been trying to get it right for days and I do not give it any solution and I'm frustrated.
If anyone can help me, I thank you in advance.
regards
Hello indesweb,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How can i create a Joomla! registration form?
How can I ask new users for information and not ask logged in users?
How can I create a Joomla! Registration?
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How can i create a Joomla! registration form?
How can I ask new users for information and not ask logged in users?
How can I create a Joomla! Registration?
P.S: I'm just an automated service😉
Hi indesweb,
You should not have an activate user action in this point.
Your "save user" field providers are wrong, please use {data:field_name} instead, you can check the manual for more info.
Remove the "Redirect" action in order to test correctly.
Replace the "Event loop" with "Event loader" action.
Best regards,
Max
You should not have an activate user action in this point.
Your "save user" field providers are wrong, please use {data:field_name} instead, you can check the manual for more info.
Remove the "Redirect" action in order to test correctly.
Replace the "Event loop" with "Event loader" action.
Best regards,
Max
Hello, I applied the changes and I do not register the users.
If I save the data in the secondary table I have it for another form that has nothing to do. But I do not register as a user.
Any other ideas?
Thank you!
If I save the data in the secondary table I have it for another form that has nothing to do. But I do not register as a user.
Any other ideas?
Thank you!
Hi indesweb,
Please add a debugger action after the "Save user" and that should display how the "save user" fails, please remove the "Event loader" for testing.
Best regards,
Max
Please add a debugger action after the "Save user" and that should display how the "save user" fails, please remove the "Event loader" for testing.
Best regards,
Max
Hello
Still does not save the user. It does not save anything in user management. But if you save the dtos in my other table.
I attach the result:
Still does not save the user. It does not save anything in user management. But if you save the dtos in my other table.
I attach the result:
Array
(
[chronoform] => chofer
[event] => submit
[username] => prueba3
[pass1] => prueba3
[email] => lala@lala.la
[Tlfn] =>
[Proveedor] => Autonomo
[nom] => prueba3
[1Apellido] =>
[2Apellido] =>
[Direccion] =>
[CP] =>
[Poblacion] =>
[Matricula] =>
[Remolque] =>
[Registrar] =>
[Itemid] => 170
[option] => com_chronoforms6
[view] => form
)
Array
(
[save_data4] => Array
(
[data] => Array
(
[created] => 2017-09-01 15:04:17
[user_id] => 399
[username] => prueba3
[pass1] => prueba3
[email] => lala@lala.la
[Tlfn] =>
[Proveedor] => Autonomo
[nom] => prueba3
[1Apellido] =>
[2Apellido] =>
[Direccion] =>
[CP] =>
[Poblacion] =>
[Matricula] =>
[Remolque] =>
)
[_success] => Data saved successfully
[log] => Array
(
[0] => INSERT INTO `data_chofer` (`created`, `user_id`, `username`, `pass1`, `email`, `Tlfn`, `Proveedor`, `nom`, `1Apellido`, `2Apellido`, `Direccion`, `CP`, `Poblacion`, `Matricula`, `Remolque`) values ('2017-09-01 15:04:17', '399', 'prueba3', 'prueba3', 'lala@lala.la', '', 'Autonomo', 'prueba3', '', '', '', '', '', '', '');
)
[var] => Array
(
[created] => 2017-09-01 15:04:17
[user_id] => 399
[username] => prueba3
[pass1] => prueba3
[email] => lala@lala.la
[Tlfn] =>
[Proveedor] => Autonomo
[nom] => prueba3
[1Apellido] =>
[2Apellido] =>
[Direccion] =>
[CP] =>
[Poblacion] =>
[Matricula] =>
[Remolque] =>
[aid] => 248
)
)
[joomla_user5] => Array
(
[_error] => Missing user data.
[var] =>
)
)
Hello everyone!
I finally got the users to register me.
I have repeated all that you have told me and I did not get anything.
I created a new one in case I had touched something in the configuration and it worked at first.
My error has been to put something wrong in the "setup" part of joomla user. to put something wrong in {data: nom} for example is the correct way.
Thank you for all the help you have given me, never fail me. THANK YOU!
I finally got the users to register me.
I have repeated all that you have told me and I did not get anything.
I created a new one in case I had touched something in the configuration and it worked at first.
My error has been to put something wrong in the "setup" part of joomla user. to put something wrong in {data: nom} for example is the correct way.
Thank you for all the help you have given me, never fail me. THANK YOU!
This topic is locked and no more replies can be posted.