Quantcast
Channel: Toolset » All Posts
Viewing all articles
Browse latest Browse all 20145

Reply To: [Assigned] Field to Save as Taxonomy

$
0
0

Please try PHP function in_array(), like this:

$arr = array('Rent', 'New', 'Free');
if (isset($_POST['wpcf-contract']) && in_array($_POST['wpcf-contract'], $arr)) 

in_array
Checks if a value exists in an array
http://www.php.net/in_array


Viewing all articles
Browse latest Browse all 20145

Trending Articles