Hi,
I would like to customize or extend the default user registration form in Django to include ‘company name’ and ‘country’ in the form and map it against the Users in Admin. My research on stackoverflow etc show that there are certain ways to create a model and then create modelForm in forms.py to include field. But somehow these additional fields does not get attached to default User fields.
Is there any help as I’m really struggling to create customized sign up form for my project?
Thanks,
Abdul Hannan