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.
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.