Django Registration Redux custom registration form

MOHOSHA

I'm really confused how I can change the registration_form to ask the users about their first and last name.
I think I need to manipulate subclass RegistrationView from registration.backends.simple.views but I don't know how to do this to show first and last name in registration form.

Mick T

You should be able to sub-class RegistrationForm and add the fields you want.

Look at the source for the default forms on how to do so:

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Django custom registration form

From Dev

Django Registration Registration_form

From Dev

Creating Custom user registration form Django

From Dev

Django registration redux registration only with email (no password)

From Dev

Django registration redux registration only with email (no password)

From Dev

form.isValid() always return false in custom registration form django

From Dev

How to subclass registration form in django-registration

From Dev

Django-registration, custom registration and validation

From Dev

Django-registration, custom registration and validation

From Dev

Issue with dynamically populating dropdownlist for a field in django custom user registration form

From Dev

Drupal Custom registration form save

From Dev

Wordpress | Woocommerce custom registration form

From Dev

Drupal 8 custom registration form

From Dev

Custom Wordpress Registration Form with Validation

From Dev

Remove custom registration form on wordpress

From Dev

Laravel custom validation on registration form

From Dev

Django User Registration Form KeyError

From Dev

How to make django registration form

From Dev

Devise custom validation for a custom field in the registration form

From Dev

django-registration passing extra_context to Registration Form

From Dev

Where are Django registration redux defaut files stored

From Dev

Creating a custom registration form in Google Course Builder

From Dev

Eventbrite API - custom form registration in website

From Dev

Drupal custom registration Form element not showing on frontend

From Dev

Django registration form on startpage, without redirect to loginpage

From Dev

NoReverseMatch: in the password reset form in Django-registration?

From Dev

AJAX Form post for Django registration 1.0

From Dev

How to use django countries in registration form?

From Dev

django 1.7 User Registration form with profile picture

Related Related

  1. 1

    Django custom registration form

  2. 2

    Django Registration Registration_form

  3. 3

    Creating Custom user registration form Django

  4. 4

    Django registration redux registration only with email (no password)

  5. 5

    Django registration redux registration only with email (no password)

  6. 6

    form.isValid() always return false in custom registration form django

  7. 7

    How to subclass registration form in django-registration

  8. 8

    Django-registration, custom registration and validation

  9. 9

    Django-registration, custom registration and validation

  10. 10

    Issue with dynamically populating dropdownlist for a field in django custom user registration form

  11. 11

    Drupal Custom registration form save

  12. 12

    Wordpress | Woocommerce custom registration form

  13. 13

    Drupal 8 custom registration form

  14. 14

    Custom Wordpress Registration Form with Validation

  15. 15

    Remove custom registration form on wordpress

  16. 16

    Laravel custom validation on registration form

  17. 17

    Django User Registration Form KeyError

  18. 18

    How to make django registration form

  19. 19

    Devise custom validation for a custom field in the registration form

  20. 20

    django-registration passing extra_context to Registration Form

  21. 21

    Where are Django registration redux defaut files stored

  22. 22

    Creating a custom registration form in Google Course Builder

  23. 23

    Eventbrite API - custom form registration in website

  24. 24

    Drupal custom registration Form element not showing on frontend

  25. 25

    Django registration form on startpage, without redirect to loginpage

  26. 26

    NoReverseMatch: in the password reset form in Django-registration?

  27. 27

    AJAX Form post for Django registration 1.0

  28. 28

    How to use django countries in registration form?

  29. 29

    django 1.7 User Registration form with profile picture

HotTag

Archive