Hi,
We outsourced our website they used ExpressionEngine for us. They went out of business, I am working on Form Templates to fix some minor issues. I having problem with Conditional statement Please check it out.
I need to add 3 conditions I don’t know how can i do it. I works with two only.
Here is the actual code and I want to add 3rd condition. it will be like if page1 is not equal && page2 is not equal to how about 3rd page can i add it?
{if segment_3!="distinguished-senior-faculty" && segment_3!="affiliated-faculty"}this is the current code I want to add 3rd one for example
Something like this i don’t know the correct way please help.
{if segment_3!="distinguished-senior-faculty" && segment_3!="affiliated-faculty" && segment_3!="Senior-Professor-of-law"}This is the actual website
http://www.law.whittier.edu/index/meet-the-faculty/
I am trying to remove Alphabet sorting from these 3 URLS only you can see in actual code that’s why i need the statement. I did it for 2 but third one i have no clue.