Hello,
I created a registration form, but the "save user" event is not working properly.
When I try to register a new user using an existing username, it doesn't gives any error.
For now I solved like this ( I put an event loader and a custom error message on fail)

Maybe it's just me that don't understand how this is supposed to work, or it's a bug, not really sure...
I also attach my whole form in case you want to test
Thank you[file=10620]Registrazione_utente_10_Jun_2018_05_16_18.zip[/file]
I created a registration form, but the "save user" event is not working properly.
When I try to register a new user using an existing username, it doesn't gives any error.
For now I solved like this ( I put an event loader and a custom error message on fail)

Maybe it's just me that don't understand how this is supposed to work, or it's a bug, not really sure...
I also attach my whole form in case you want to test
Thank you[file=10620]Registrazione_utente_10_Jun_2018_05_16_18.zip[/file]
OK, solved by disabling ajax for the form.
Still, the "event loader" should still be on place in "fail", to show the form again tot he user if user save is failing.
Still, the "event loader" should still be on place in "fail", to show the form again tot he user if user save is failing.
Hi oloccina,
The v6 save user will not show an error by default, the save will fail but you have to do it the way you did!
Best regards,
Max
The v6 save user will not show an error by default, the save will fail but you have to do it the way you did!
Best regards,
Max
This topic is locked and no more replies can be posted.