Conditional Logic Zeros 0 Output In Email
-
I am using conditional logic to show various other fields based on the selection chosen in a select dropdown list. There are 4 items to choose. Each selection then presents new options, like this:
Select > Option 1 = Textarea 1
Select > Option 2 = Textarea 2
Select > Option 3 = Textarea 3 + Input Field 1 + Input Field 2So nothing crazy, just pretty basic stuff. The problem is showing these items in the admin email notification.
I thought I could show them something like this:
{name-1}
{select-1}
{textarea-1}{textarea-2}{textarea-3}
The problem is that it just outputs 0s (zeros) for all the other empty fields, the ones that are not shown to the user because of conditional logic. How can I avoid that?
- The topic ‘Conditional Logic Zeros 0 Output In Email’ is closed to new replies.