i use this in my Form:
$this->add(array( \'type\' => \'Zend\\Form\\Element\\Select\', \'name\' => \'county\', \'registerInAr
In ZF1, this is what works:
// using the element instance: $element->setRegisterInArrayValidator(false); // or a configuration key as part of the options array: 'registerInArrayValidator' => false // or element.options.registerInArrayValidator = false