\'contact-form\']); ?> = $form->field($model, \'email\', [ \'inputOptions\' => [
or You could something like this (change div to span)
$form = ActiveForm::begin([ 'id' => 'contact-form', 'fieldConfig' => [ 'template' => "{input}", 'options' => [ 'tag'=>'span' ] ] ]);