I want to save user phone number upon sign up. How can i add phone number in user creation form?
If i create a separate model known as UserContact, then how can i add this field in UserCreationForm so that when it is submitted it gets saved to the corresponding models?