[ad_1]
Hello @ramanandmehta
Please don’t use single line comments in the equations:
// Return 0 if the conditions are not metThe plugin tries to minify the equations code and the single-line comments structure could make this process fail. Use block comment structure instead:
/* Return 0 if the conditions are not met */The rest of the code in the equation seems correct, but I would need the link to the page containing the form because I cannot check from the code in your entry if the fields’ values used for comparing are correct.
Best regards.
