hi im trying to send emails from a chech bo

hi im trying to send emails from a chech bo

Hi

im trying to send emails from a list of 7 check boxes. i have inputted this code suggested by zoho but i cant get it functioning the form is here at this link.

https://creator.zoho.com/timgarrett111/project-charter/form-perma/Projects_Tasks/

help would be very much appreciated.

on success
  1. if (Do_you_want_to_email_this_to_members.contains("x"))
    {
        sendmail
        (
            To       :  "x"
            From     :  zoho.adminuserid
            Subject  :  "Subject of the email"
            Message  :  "Your message"
        )
    }