Re: Adding extra registration fields to my user registration

2023-04-02 Thread Clement Idemudo
there're two possible reasons for this: * you don't have those filled in your forms.py module or * your forms filled is not of the same case (upper or lower) with your request.Post[ ] query. but next time, try and add screenshot while asking question, its gives whoever that is responding more in

Re: Adding extra registration fields to my user registration

2023-04-01 Thread Marcelo Robin
you can create an application called profile where in its models you can place all the fields you need to add about the user. This video explains how you can do it. https://youtu.be/R8EHCohLvbw El jue, 30 mar 2023 a la(s) 00:08, Ebenezer Otchere (swazyman1...@gmail.com) escribió: > I want to coll

Adding extra registration fields to my user registration

2023-03-29 Thread Ebenezer Otchere
I want to collect user information in my registration forms like first name last name and country but it give me errors that unexpected keyword arguments with firstname lastname and country Any help how i will add extra fields to be store in the database thank You and advance -- You received