Exemple #1
0
?>
">
			    	<label class="control-label" for="band_name">Name *</label>
			    	<input type="text" class="form-control" placeholder="Enter Band Name" id="band_name" name="band_name" value="<?php 
echo $bd->getBandName();
?>
" required>
			  	</div>

			  		<div class="form-group <?php 
WEB::_ferror('band_bio', $form_error);
?>
">
			 		<label for="band_bio">Band Biography</label>
			    	<textarea class="form-control" rows="3" placeholder="Enter Band Biography (Optional)" id="band_bio" name="band_bio"><?php 
echo $bd->getBandBio();
?>
</textarea>
			    </div>

			  	<div class="form-group <?php 
WEB::_ferror('band_formed_date', $form_error);
?>
">
			    	<label class="control-label" for="band_formed_date">Formed Date *</label>
			    	<input type="text" class="form-control dp" placeholder="Enter Formed Date" id="band_formed_date" name="band_formed_date" value="<?php 
echo WEB::_date($bd->getBandFormedDate());
?>
" required>
			  	</div>