Conditional Auto Responder

Hi

I have a form where the user can answer Yes or No. I want to send them different messeges when the form is submitted. Is that possible? And how do I do that if that is the case?

 

Regards

Olle

That's not a current option, although you could change the email content based on their selection.
[if 25 equals="Yes"]stuff here for yes[/if 25][if 25 equals="No"]stuff here for no[/if 25]

Topic closed.