if (AC::load_saved_data('number_of_registrants')) {
    ?>
					<div class="alert alert-danger">
						<h4>Activity Full</h4>
						We're sorry, but the activity you selected is no longer accepting reservations.<br />
						Please use the form below to add yourself to the waitlist.
					</div>
				<?php 
} else {
    ?>

					<?php 
    if (AC::$errors) {
        ?>
						<div class="alert alert-danger"><h4>Error(s)</h4><?php 
        AC::output_errors();
        ?>
</div>
					<?php 
    }
    ?>
				<?php 
}
?>

				<form id="waitlist" role="form" method="post">

					<h2>Waitlist Signup</h2>

					<div class="form-group">
						<div class="row">