Hi, I found that the auto serverside validation doesn't work after I tried changing the fields to model_ID[field].
In the "not empty" parameter, I tried putting model_id[field] and {model_id.field}. Neither of them works...
Does the auto serverside validation support fields without model id only?
In the "not empty" parameter, I tried putting model_id[field] and {model_id.field}. Neither of them works...
Does the auto serverside validation support fields without model id only?
Hello zigzo,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
What decides if clientside validation is enabled?
My form validation doesn't work
Handling serverside validation errors . . .
How can set client-side validation options?
How is client-side JavaScript validation enabled?
How can I add Auto Serverside Validation?
How do I use Custom Serverside validation?
How can I add Auto Client side validation?
How can I add a Custom Client side validation?
How can I run Auto and Custom Serverside Validation together?
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
What decides if clientside validation is enabled?
My form validation doesn't work
Handling serverside validation errors . . .
How can set client-side validation options?
How is client-side JavaScript validation enabled?
How can I add Auto Serverside Validation?
How do I use Custom Serverside validation?
How can I add Auto Client side validation?
How can I add a Custom Client side validation?
How can I run Auto and Custom Serverside Validation together?
P.S: I'm just an automated service😉
Hi Bob,
model_id.field without any brackets doesn't work for me either. Anyway I changed it back to fields without model id again.
model_id.field without any brackets doesn't work for me either. Anyway I changed it back to fields without model id again.
I have just tested this, field name "Model[text4]" and in the validation "not empty" box:
it works fine!
Please note that if there is not error message set then it will be ignored!
Regards,
Max
Model.text4:error message
it works fine!
Please note that if there is not error message set then it will be ignored!
Regards,
Max
This topic is locked and no more replies can be posted.