hi

Clientside Validation is really nice but the validation logic of Field-Validation changes ( (or behave differently) when they are merged together.

For example:

i have a First List (text)field : list field_A with below values(key|label)

0|Fruit
1|Not-Fruit

And a second List (text)field : list field_B with below values(key|label)

0|mango
1|apple
2|rice

Validation-Rule 1 on Field_B : Specific value(s) :Verifies that the specified field contains a defined value.

(Key) value (I USED KEY OF FIELD B):

0, 1

Conditional validation :

checked

Condition field :

(Tokenfield_A) equal to 0

Validation-Rule 2 on Field_B : Specific value(s) :Verifies that the specified field contains a defined value.

(Key) value (I USED KEY OF FIELD B):

2

Conditional validation :

checked

Condition field :

(Tokenfield_A) equal to 1

Without Client-side, on submit everything is nice , but when client-side validation is enable only the last rule alway takes effect.

Comments

delacosta456 created an issue. See original summary.

delacosta456’s picture

Title: Validation ways is not the same as when using Field_validation without Clientside Validation » Validation ways are not the same as when using Field_validation without Clientside Validation