Jump to content

address2 not required field


Recommended Posts

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 by phpdeveloper (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...