Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7770315
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T16:22:48+00:00 2026-06-01T16:22:48+00:00

When I go to the admin interface all the fields are threre but none

  • 0

When I go to the admin interface all the fields are threre but none of them have any data except for username and email after i submit the form. Any help?

class SignupFormExtra(userena.forms.SignupForm):

first_name = forms.CharField(max_length=20)
last_name = forms.CharField(max_length=20, required=False)
gender = forms.CharField(max_length=3, required=False)
phone = forms.CharField(label=(u'Phone Number'),max_length=10, required=False)
cell = forms.CharField(label=(u'Cell Number'),max_length=10)
address = forms.CharField(label=(u'Dental Practice Address'),max_length=50, required=False)



def save(self):

    self.cleaned_data['username'] = self.cleaned_data['email']

    user = super(SignupFormExtra, self).save()


    user.first_name = self.cleaned_data['first_name']
    user.last_name = self.cleaned_data['last_name']
    #user.birth_date = self.cleaned_data['birth_date']
    user.gender = self.cleaned_data['gender']
    user.phone = self.cleaned_data['phone']
    user.cell = self.cleaned_data['cell']
    user.address = self.cleaned_data['address']
    user.save()

    return user
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T16:22:50+00:00Added an answer on June 1, 2026 at 4:22 pm

    SignupForm.save returns a contrib.auth.User object which doesn’t have gender, phone, cell or address fields. My guess would be these are on your profile model but in the code you have shown this isn’t where you are attempting to save them.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it dangerous to have your admin interface in a Django app accessible by
Is there any way to group the models in django admin interface? I currently
I have made a custom formwizard and incorporated it into my admin interface. Basically
I am trying to create a module for an admin interface but am having
I have a Django database of books, with attached transactions. In the admin interface,
I have managed to install SOLR and run the admin interface... I have no
am using the symfony's admin generator, in the new interface, i have one specific
I'm trying to get an admin interface working in Rails, but I'm having trouble
In the admin interface and newforms there is the brilliant helper of being able
The back-end admin interface informs me that there is a new security patch for

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.