How to personalize the text on required validation of a field

How to personalize required field validation messages in ChronoForms.

Overview

The default validation messages are generic and cannot be changed directly in the form settings.
Set a custom message in the title attribute of each required input element. Future versions may allow bulk customization.

Answered
JG JGLamber 30 Apr, 2014
Hello,

I'm trying to write my own message on a field that it is required when is not filled. The message that I can see is "Please make at least 163 selection(s)" if the field is a radio box or "This field is required" when the field is a text box. However I want to write another message in order to be personalized.

I hope you will be able to gel me.

Thank you

Jorge
Gr GreyHead 30 Apr, 2014
Answer
Hi Jorge,

You can set a value in the title attribute of the input and that will be used as the validation message. I think that Max has also said that the next version of CFv5 will let you customise all of the validation error messages.

Bob
JG JGLamber 01 May, 2014
Ok thank you. I´ve been able to personalize the validation message setting a value in the title attribute of each input that was required. It has been very easy. However I think It would be useful to make a way that could change the validation message over more inputs simultaneously. I'm sure that Max is working on it.

Thank's for all again!!

Jorge
This topic is locked and no more replies can be posted.