[Answer]-Reference Model fields in ModelForm?

1👍

I worked this out while writing it, so here’s the answer for posterity:

self.fields['a1'].label = self.Meta.model.q1

etc…

Leave a comment