BoundField.name
The name of this field in the form:
1 2 3 4 5 | >>> f = ContactForm() >>> print (f[ 'subject' ].name) subject >>> print (f[ 'message' ].name) message |
BoundField.name
The name of this field in the form:
1 2 3 4 5 | >>> f = ContactForm() >>> print (f[ 'subject' ].name) subject >>> print (f[ 'message' ].name) message |
Designed by : w10schools
service@w10schools.com
Please login to continue.