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

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

				<?php 
        \OutSpokane\Entry::drawDefaultFormFields(NULL, FALSE);
        ?>

				<h3>Local Organization Info (if different than above)</h3>

				<?php 
        \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');
        ?>
Пример #2
0
        ?>
"
			data-year="<?php 
        echo $this->getAttribute('year');
        ?>
"
			class="<?php 
        echo $this->getAttribute('form');
        ?>
">

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


				<?php 
        \OutSpokane\Entry::drawDefaultFormFields(array('organization'));
        ?>

				<div class="row">
					<div class="col-md-3">
						<label for="message">Embroidered Name</label>
					</div>
					<div class="col-md-6">
						<input class="form-control" name="message" id="message" placeholder="25 character limit">
					</div>
				</div>
				<div class="row">
					<div class="col-md-3">
						<label for="color">Color</label>
					</div>
					<div class="col-md-6">
        echo $this->getAttribute('form');
        ?>
"
			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>