Multiple Conditional If Statements

Multiple Conditional If Statements

I am having trouble writing a script for "On User Input" for field_2.  Here is what I am trying to do.

IF field_1 IS NOT = null or 0
AND IF field_2 IS NOT = null or 0
Then set the value for field_3 = ((field_1 * field_2) / 12))

All of these field are in the same form.