0

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?

Vaibhav Kumar
  • 47
  • 1
  • 1
  • 7
  • Refer https://stackoverflow.com/questions/19130942/whats-the-best-way-to-store-phone-number-in-django-models – Sharad Dec 31 '19 at 11:55
  • i'm asking about extending user model to include phone number field so that it can be used in user creation form – Vaibhav Kumar Dec 31 '19 at 12:24

0 Answers0