We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 36493
    • 64 Posts
    Hi I think this is a bug,

    "strip" validator doesn’t seem to work:
       /**
         * Strip a string from the value.
         */
        public function strip($key,$value,$param = '') {
            $this->fields[$key] = str_replace($param,'',$value);
        }
    

    I’m guessing the above function from fivalidator.class.php should return true?

    I tried to submit this at github but https://github.com/splittingred/FormIt/issues 404s (sweet 404 by the way).

    Cheers,
      |