Skip to main content

All Questions

0 votes
1 answer
72 views

I want to know how to add placeholder to Django Modelforms?

I want to know how to add placeholder to Django modelform fields I have pasted here code from my models.py file and forms.py file enter image description here enter image description here
Aditya Dalvi's user avatar
0 votes
1 answer
3k views

Adding placeholder to form field in Django

So I've seen a number of different ways to do this but none that fit how I'm set up. I would like to add placeholder for the text fields in my form ('user', 'title', 'comment') forms.py class ...
danibarstad's user avatar
0 votes
1 answer
6k views

Placeholder in django form dropdown field

I have a little problem with a dropdown field in django form. I want to add to this field placeholder (or not active first option as placeholder) and some other stuff as no label, class etc. I wrote ...
lukos06's user avatar
  • 312