Registration is registering all users as the same name, username, and password fields regardless of what they enter. Resulting with every user getting the "username already exists" error. All field ids are set correctly with the joomla registration setup. Not sure why its inputting the firld ids as the result. Please help!
Forums
CF6 joomla registration, registering every user with username as "username"
Hi hunter_ellis,
In the "User save" action you need to enter a value provider, for example: {data:field_name} , in your can it maybe {data:username}
Best regards
In the "User save" action you need to enter a value provider, for example: {data:field_name} , in your can it maybe {data:username}
Best regards
Like this? this setup is still not saving the user. I know the id of the fields is correct.
Hi hunter_ellis,
Yes, this config should be correct, are you using the "field name" or "field id" ? because you should use {data:field name}
Best regards
Yes, this config should be correct, are you using the "field name" or "field id" ? because you should use {data:field name}
Best regards
Hi hunter_ellis,
Yes, this config should be correct, are you using the "field name" or "field id" ? because you should use {data:field name}
Best regards
Yes, this config should be correct, are you using the "field name" or "field id" ? because you should use {data:field name}
Best regards
This topic is locked and no more replies can be posted.