I am new to Javascript. I am working for a medical research firm. I have a form which has two criteria's in it. One is INCLUSION criteria(which has 10 questions with two(yes/no) checkboxes and the other is EXCLUSION criteria(which has 20 questions with two(yes/no) checkboxes) and I have a save button at the bottom.
When the user answers these questions and clicks the save button, I need to check the values of all the 30 questions and alert the user(if the answers are wrong) with the msg "All Inclusions should be answered YES and exclusions should be answered NO" along with the questions that were answered wrong.
Can someone please help me with this. I need this urgently.
Thanks a lot in advance.
When the user answers these questions and clicks the save button, I need to check the values of all the 30 questions and alert the user(if the answers are wrong) with the msg "All Inclusions should be answered YES and exclusions should be answered NO" along with the questions that were answered wrong.
Can someone please help me with this. I need this urgently.
Thanks a lot in advance.