add prompts for drop down list

12 views
Skip to first unread message

Rebecca

unread,
Oct 16, 2017, 12:31:05 PM10/16/17
to Django users

The form field are something like this:

    colours = (('r','Red'),('g','Green'),('b','Blue))
    # ...
    fave_colour = forms.ChoiceField(choices=colours)


I would like to add a prompt for each choice to help user select the choice properly. How can I add prompts for the choices drop down list?


Thanks. 

Reply all
Reply to author
Forward
0 new messages