I'm trying to get the email notification to go to one address ALL the time, but also include an additional email address when a certain radio button is selected within the form.
I attempted to use the following alias in the notification email field: @IF(%%tla_radiobuttonquestion%%=Answer One,"email one,email two","email one")
This continues to give me an error email of #NA@www3.formassembly.com
Is there an issue with the "" or maybe the spacing? Do radio button answers not allow this?
@IF(%%tfa_radiobuttonquestion%%="Answer One","email_one@domain.com,email_two@domain.com","email_one@domain.com") note the change from tla to tfa, and the quotes around 'Answer One'.
If you're still having issues after the above advice, let us know by opening a support request. We're happy to help.