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.
|
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.
| |||
|
feedback
|
|
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. | |||
|
feedback
|
|
Nick's answer fits the bill. I needed to compare two fields on the form and make sure they were not equal. I modified it just a bit.
Edited to answer comment: If you have more than one set of dropdowns to compare, the method also works with that case.
If the question is regarding comparing referringsales against 2 different bases (say #initialContact and #salesperson), then simply add that rule to the list.
| |||||||
feedback
|
you can view something similar here. | ||||
|
feedback
|
|
Not sure if you got your answer but:
won't work if the value is variable. It needs to read:
Cheers | |||
|
feedback
|
|
If you have just one value where you want it to not be like your question implies, you can check against that pretty easily without any external plugins.
| |||
|
feedback
|