add_filter('wpcf7_validate_email*', 'icr_prevent_duplicate_email', 20, 2); function icr_prevent_duplicate_email($result, $tag) { if ($tag->name !== 'your-email') { return $result; } global $wpdb; $email = sanitize_email($_POST['your-email']); $table_name = $wpdb->prefix . 'db7_forms'; $exists = $wpdb->get_var( $wpdb->prepare( "SELECT COUNT(*) FROM {$table_name} WHERE form_value LIKE %s", '%"your-email":"'.$wpdb->esc_like($email).'"%' ) ); if ($exists > 0) { $result->invalidate( $tag, 'This email address has already been registered.' ); } return $result; } Bauma 2016 - Indian Cement Reviews
Connect with us

All posts tagged "Bauma 2016"

    SIGN-UP FOR OUR GENERAL NEWSLETTER


    SUBSCRIBE TO THE NEWSLETTER

     

    Don't miss out on valuable insights and opportunities to connect with like minded professionals.

     


      This will close in 0 seconds