Email notifications

  • stroudshow
    Asked on January 22, 2016 at 7:20 AM

    I have setup "change email recipient". There are two atm.

    Email notifications "member passes no children" and "membership 1 child" are different to the "membership details."

    When "number of children is entered as 1 or more can I stop the email notification "member passes no children" from being emailed?

    atm if I enter 1 both notification get emailed.

  • Charlie
    Replied on January 22, 2016 at 10:39 AM

    I checked your form and the notifications are being sent because conditions are being met.

    In one of your submissions, this is the form field values.

    Number of Children: 1

    Name - Child 1: Filled

    Gate Entry Passes Options: Please send me by ticket form this form. I agree to this ticket conditions

    Email notifications  Image 1 Screenshot 40

     

    Now based from those variables, the two notifications will be sent because the conditions are true.

    "MEMBERSHIP 1 CHILD" is sent because "Number of Children" is equal to "1" and the "Gate Entry Passes options" is true.

    "MEMBER PASSES NO CHILDREN" was sent because "Name - Child 1" is filled and "Gate Entry Passes options" is also true.

    Email notifications  Image 2 Screenshot 51

     

    If you want to only send the notification "MEMBER PASSES NO CHILDREN" when the number of children is "0" or none, then you need to setup your condition like this instead:

    Email notifications  Image 3 Screenshot 62

     

    Let us know if that works.