phpdeveloper Posted June 18, 2014 Share Posted June 18, 2014 (edited) I am getting the error like this even i removed that is not mandatory. The field address2 is required. I removed the mandatory in these places 1. $this->required_fields = array('company','address2', 'postcode', 'other', 'phone', 'dni'); 2. 'address2' => array('type' => self::TYPE_STRING, 'validate' => 'isAddress', 'size' => 128), Please help me. Thanks in advance Edited June 18, 2014 by phpdeveloper (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts