Forum: User and Integrator
Customizing error messages
|
|
Braulio Carreno 1.Sep.2010 2:54pm
I have a content model with several fields that are mandatory. Is it possible to customize the “missing” error message in the entry form?
In general, the name of the field is fine, but for cases like this, it would be nice to display something different: “Ref2Position can’t be blank” Thanks you |
|
|
Pascal Rettig 2.Sep.2010 9:08am
There isn’t a way right now to customize individual error messages in the model – there are a couple things you can do though – you can modify the label name in the publication so that it’s more user friendly, or you can override the error for each of the form elements and put in your own message, e.g.
<cms:ref2position_error>Please complete the second position field</cms:ref2position_error> Does that help at all? -Pascal |
|
|
Braulio Carreno 2.Sep.2010 12:05pm
Changing the label name in the publication is perfect.
I see this is also how you define a radio button, which is something I was looking for. Thanks a lot! |

