I cannot auto bind a user's name to their account

I created a login form which is creating a user account and capturing the user’s email and password. I want the form to also capture the user’s full name however it is not being caputred. I don’t know what I am doing wrong.

This is the form

This is how the name input is set up

This is how the workflow is set up

This is me testing the form

This is what shows up in the data log after I create the user

Hi there, @leanne.brunache… the answer is here in one of your screenshots.

However, you don’t need to (nor should you) use auto-binding here. In your third screenshot, change what you have for Full Name to Full Name = Input Name's value, and that should produce the desired result.

Hope this helps.

Best…
Mike

1 Like

thank you !

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.