Using if else statement | WordPress.org

[ad_1]

Hello @asjad492

Thank you very much for using our plugin.

This condition structure is incorrect:

else if (40000 < fieldname7 < 250000) {

The correct structure is:

else if ( AND(40000 < fieldname7, fieldname7 < 250000 ) ) {

The same problem is here:

else if (250000 < fieldname7 < 925000) {

The correct is:

else if ( AND( 250000 < fieldname7, fieldname7 < 925000 ) ) {

Best regards.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer