django automatically creates three fields by using usercreationform but i want to style those fields differently thats why i wanted to retrieve their field name not the label so that when i post this form , usercreationform can automatically extract name-value pairs from the data that has been sended.
signupview and my html (this is merged image as i can only post one)
Welcome @monday4y !
Side Note: Please do not post images of text here.
When posting code or other preformatted text, enclose the text between lines of three backtick - ` characters. This means you’ll have a line of ```, then your code, then another line of ```. This forces the forum software to keep your code properly formatted.
Regarding your post, this looks very much like an XY problem situation.
It would be helpful if you provided the complete and specific details of what it is that you’re trying to achieve as the end result, and hopefully we can provide you with a more appropriate solution.