<?php /* Text field View */ ?>
<label><?php echo e($field->description); ?>:<br/><input type="text" name="<?php echo e($field->name); ?>" value=""/></label>
<?php /* Text field View */ ?>