I want a user to edit their custom profile.
When they login to front end and edit profile and click save they get the message 'registration failed' and they are redirected to "user-profile/form/user?id=0"
The form can pick out the username and email from live value but it appears to think this is a new registration as opposed to editing one.
My input button is configured to save.
Form config is to redirect to itself once finished.
Lost here - any one shine a light?