array( 'type' => 'textarea', 'title' => t('Remarks'), 'description' => t('Additional registration remarks.'), 'weigth' => 3, 'rows' => 6, ), 'sponsor' => array( 'type' => 'textfield', 'title' => t('Sponsor POC'), 'description' => t('Sponsor Point of Contact.'), 'weigth' => 4, 'size' => 64, 'maxlength' => 64, ), );