"
			data-year="<?php 
        echo $this->getAttribute('year');
        ?>
"
			class="<?php 
        echo $this->getAttribute('form');
        ?>
">

			<div id="pride-form-step-1">

				<?php 
        \OutSpokane\Entry::drawDefaultFormFields();
        $festival = new \OutSpokane\FestivalEntry();
        $entry_types = $festival->getEntryTypes();
        ?>

				<div class="row">
					<div class="col-md-3">
						<label for="entry_type_id">Entry Type</label>
					</div>
					<div class="col-md-6">
						<select id="entry_type_id" class="form-control" data-sponsor-id="<?php 
        echo \OutSpokane\FestivalEntry::ENTRY_TYPE_SPONSOR;
        ?>
">
							<?php 
        foreach ($entry_types as $entry_type_id => $entry_type) {
            ?>
								<option value="<?php