I was wondering how to make it so that I could make a rule where a field is not equal to a value. Like I have a field called ‘name’ so I don’t want ‘name’ = ‘Your Name.’
Does anybody have an idea of how to do this?
thanks for any help.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could use a custom method, something like this:
Then use it like this:
Adding it as a rule like this makes it more extensible, so you can use it to compare against the default value in other fields.