If I check "Value must be entered", I cant find the box where I can input the error message I want. All I get is "This field is required" and I'm not able to assign it a CSS class for the error message.
I have tried editing the xForm in a text editor and added <xforms:alert>* invalid</xforms:alert> and imported it, but then EPiServer removes the alert.
How do I change it? And how do I do a translation of this xForm for other languages?
You can find the different messages in the language files (languageEN.xml, languageNO.xml etc). The xforms messages is located at the end of the file, under the /xforms/requiredfield node.
I'm trying to create a xform.
If I check "Value must be entered", I cant find the box where I can input the error message I want. All I get is "This field is required" and I'm not able to assign it a CSS class for the error message.
I have tried editing the xForm in a text editor and added
<xforms:alert>* invalid</xforms:alert>
and imported it, but then EPiServer removes the alert.
How do I change it?
And how do I do a translation of this xForm for other languages?
Thanks,
Neil