\OutSpokane\Entry::drawFormField('Local Contact First Name', 'local_first_name');
        \OutSpokane\Entry::drawFormField('Local Contact Last Name', 'local_last_name');
        \OutSpokane\Entry::drawFormField('Local Contact Position', 'local_position');
        \OutSpokane\Entry::drawFormField('Email', 'local_email');
        \OutSpokane\Entry::drawFormField('Phone', 'local_phone');
        \OutSpokane\Entry::drawFormField('Address', 'local_address');
        \OutSpokane\Entry::drawFormField('City', 'local_city');
        \OutSpokane\Entry::drawFormField('State', 'local_state');
        \OutSpokane\Entry::drawFormField('Zip', 'local_zip');
        ?>

				<hr>

				<?php 
        \OutSpokane\Entry::drawFormField('Website To Link to', 'url');
        \OutSpokane\Entry::drawFormField('Sponsorship Amount', 'amount');
        ?>

				<div class="row">
					<div class="col-md-6 col-md-offset-3">

						<button id="btn-step-1">Submit</button>

					</div>
				</div>

			</div>

		</div>

	<?php 
								<?php 
            echo $entry_type;
            ?>
							</label><br>
						<?php 
        }
        ?>
					</div>
				</div>

				<?php 
        \OutSpokane\Entry::drawFormField('Short Description', 'description', 'textarea');
        \OutSpokane\Entry::drawFormField('Do you need float parking for after the parade?', 'float_parking_spaces', 'select', array(0 => 'No', 1 => '1 Space ($' . number_format(\OutSpokane\ParadeEntry::FLOAT_PARKING_SPACE_COST, 2) . ')', 2 => '2 Spaces ($' . number_format(\OutSpokane\ParadeEntry::FLOAT_PARKING_SPACE_COST * 2, 2) . ')'));
        \OutSpokane\Entry::drawFormField('Need Amplified Sound?', 'needs_amped_sound', 'select', array(0 => 'No', 1 => 'Yes'));
        \OutSpokane\Entry::drawFormField('Group Size');
        \OutSpokane\Entry::drawFormField('If you would like to make a donation to OutSpokane, please enter the amount here', 'donation_amount');
        ?>

				<div class="row">
					<div class="col-md-6 col-md-offset-3">

						<button id="btn-step-1">Submit</button>

					</div>
				</div>

			</div>

		</div>

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

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

				<?php 
        \OutSpokane\Entry::drawDefaultFormFields();
        \OutSpokane\Entry::drawFormField('Donation Amount', 'donation_amount');
        ?>

				<div class="row">
					<div class="col-md-6 col-md-offset-3">

						<button id="btn-step-1">Submit</button>

					</div>
				</div>

			</div>

		</div>

	<?php 
            ?>
 Extra
								</option>
							</select>
						</div>
					</div>
				<?php 
        } else {
            ?>
					<input type="hidden" name="corner_booth" value="0">
				<?php 
        }
        ?>

				<?php 
        \OutSpokane\Entry::drawFormField('Comments/Notes', 'description', 'textarea');
        ?>

				<div class="row">
					<div class="col-md-6 col-md-offset-3">

						<button id="btn-step-1">Submit</button>

					</div>
				</div>

			</div>

		</div>

	<?php