Support

Account

Home Forums General Issues Validation bound to specific form only Reply To: Validation bound to specific form only

  • If you only want the validation to run on the front end then add a check at the top of your filter

    
    if (is_admin()) {
      return;
    }