I would like to check whether a field has a value other than "MasterValue". is it true then it must be another field tested for the validation.
But the assignment operator "!=" does not work. With "=" it works and show the required field message.
Typoscript:
if {
1 {
conditions {
OR1.AND1 = nationality!=MasterValue
}
isTrue {
validators.1.config.fieldConf {
residence_permit {
errorCheck.1 = required
}
}
}
}
} # if
Versions: TYPO3 4.5.2, Formhandler 0.9.12
Thx