I have multiple instances where I need to add the value of two fields and then apply conditional logic to that value in my user notification, see below:
[gravityforms action="conditional" merge_tag="{Are You Married?:55} + {How many children reside with you?:19}" condition="is" value="3"]
Married with one kid
[/gravityforms]
NOTE: The "Are you married" field is a dropdown. If yes is selected, it returns a value of 2, no returns a value of 1
The above didn't work...how can I make that happen?