I have a form field (dropdown) that I don't want users to edit, but only see its value as a label or text.
It simply looks like this:
{{ form.activity }}
How can I accomplish this?
I have a form field (dropdown) that I don't want users to edit, but only see its value as a label or text.
It simply looks like this:
{{ form.activity }}
How can I accomplish this?