URGENT! Script no longer working

URGENT! Script no longer working

Hello,

I have the below script on my application 'KiwiOz Childcare.' For some reason it has stopped working and consultants are not receiving their emails:

/*if (input.Item  ==  "7. Interview (KPI)")
{
    sendmail
    (
        To       :  zoho.loginuserid 
        From     :  zoho.loginuserid 
        Subject  :  "Interview booked" 
        Message  :  input.Item + "<br>\n" + input.Client + "<br>\n" + input.Candidate_Name + "<br>\n" + input.To_complete_by + "<br>\n" + input.Comments + "<br>" 
    )
}
if (input.Item  ==  "8. Interview- trial")
{
    sendmail
    (
        To       :  zoho.loginuserid 
        From     :  zoho.loginuserid 
        Subject  :  "Interview booked" 
        Message  :  input.Item + "<br>\n" + input.Client + "<br>\n" + input.Candidate_Name + "<br>\n" + input.To_complete_by + "<br>\n" + input.Comments + "<br>" 
    )
}
if (input.Item  ==  "1. Follow up scheduled")
{
    sendmail
    (
        To       :  zoho.loginuserid 
        From     :  zoho.loginuserid 
        Subject  :  ("Follow up reminder") 
        Message  :  input.Item + "<br />\n" + input.Client + "<br />\n" + input.Candidate_Name + "<br />\n" + input.To_complete_by + "<br />\n" + input.Comments + "<br />" 
    )
}
*/

Please advise ASAP thank you