Hej.
thanks for creating Conditional Shortcode. i would like to have 2 or more conditions in a shortcode. how would i do that?
Example 1:
'IF emailadress CONTAINS "hotmail.com" OR "live.com" OR "yahoo.com" SHOW ...'
Example 2:
How would i do IF ELSE Conditions like
'IF emailadress CONTAINS "hotmail.com" OR "live.com" SHOW ... ELSE SHOW ...'
Here is what i am trying to do: Depending on the emailadresses, i want to show different email messages. The problem is just if a condition doesnt apply, it would still show the other message. Thats why the IF ELSE idea. How would thatt work? Maybe you could provide more examples on http://www.gravityhelp.com/documentation/page/Shortcodes#Conditional_Shortcode