I have a docType with 2 datatypes of type number one called minvalue
the other maxvalue I know i can add validation to each field separately
What I need is to check that the maxvalue >= minvalue
and show an alert if not. (on save or on blur not critical)
I need this for the content editors in the Backend
What is the simplest way to accomplish this?
Comparing 2 fields in Umbraco Backend
Hi
I have a docType with 2 datatypes of type number one called minvalue the other maxvalue I know i can add validation to each field separately What I need is to check that the maxvalue >= minvalue and show an alert if not. (on save or on blur not critical) I need this for the content editors in the Backend What is the simplest way to accomplish this?
Thanx
is working on a reply...