hi,
is there a way to realise this:
"
{field} is an unique key when not empty
"
–> i have some fields in my form i would like to be an unique key. but also, these fields are not required. p.e. the field {webpage} which isnt a must-have in the form - not every member has one - but if it is, it should be not the same as someone else has.
i realised this within the ajax-onchange-event. opening the database, checking for the record and warning if i found something. isnt there an easyer way?
thanx