I\'ve been trying to push an item to an associative array like this:
$new_input[\'name\'] = array( \'type\' => \'text\', \'label\' => \'First
$new_input = array('type' => 'text', 'label' => 'First name', 'show' => true, 'required' => true); $options['inputs']['name'] = $new_input;