Search using Multiple If Statements

Search using Multiple If Statements

Hello,

     I have a form with several fields that an applicant must fill in.  I want to create a script that will look at certain fields in the form, and if a particular answer is given, I want it to return "Ineligible".  I guess my issue is that I will have several questions to look at and if any of them has a certain answer, then the script needs to return the word "Ineligible" 

Here is the formula I tried to use:

if(DQ_Response == "No, I cannot attest to the above statement.","Ineligible", " ") || if(Legally_authorized == "I am not authorized to work in this country for any employer.","Ineligible", " ")

      Any help you can give would be much appreciated.

Thanks

Nick