django - Set field as the second field of my form -


i use django-allauth. how can set item_name form field second field of form?(currently first field after rendering in html)

class customsignupform(forms.form):     item_name = forms.charfield(...)     def signup(self, request, user):         pass  account_signup_form_class = 'app.forms.customsignupform' 


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

Laravel mail error `Swift_TransportException in StreamBuffer.php line 269: Connection could not be established with host smtp.gmail.com [ #0]` -

c# SetCompatibleTextRenderingDefault must be called before the first -