Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
3301 Visninger

I have a field that is defined as:-

request_text = fields.Html('Incident Description', required=True)

and in the xml:-

<field name="request_text" widget="html" />​

But somehow the field is not mandatory in the form.

How do I make sure that the field is made mandatory and it is highlighted as mandatory in the form and the form shows validation error when it is submitted without filling this field?

Avatar
Kassér
Bedste svar

Hi,

For the latest version the required attribute will work for html fields. So either in python side or in the xml side, you can set the required=True for the field.


Thanks

Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
3
dec. 19
10462
0
maj 22
3296
4
jun. 21
7091
1
jun. 17
10882
3
mar. 15
8708