<a id="spco-display-event-questions-lnk" class="act-like-link smaller-text hidden hide-if-no-js float-right" >
				<?php 
_e('show&nbsp;event&nbsp;questions', 'event_espresso');
?>
			</a>
		</div>
<?php 
if (!$from_admin) {
    ?>

		<?php 
    do_action('AHEE__before_spco_whats_next_buttons', 'attendee_information', $next_step);
    ?>

		<div id="spco-attendee_information-whats-next-buttons-dv" class="spco-whats-next-buttons">
			<?php 
    echo EEH_Form_Fields::submit_button($edit_lnk_url, 'spco-go-to-step-' . $next_step, 'spco-next-step-btn', $next_step_text, 'spco-go-to-step-' . $next_step, TRUE, 'rel="attendee_information"');
    ?>
		</div>
		<!--end spco-whats-next-buttons-->
	</form>

	<?php 
    do_action('AHEE__SPCO_after_reg_step_form', 'attendee_information', $next_step);
}
//end from_admin conditional
?>
</div>
<!--end Step 1-->

	<?php 
        }
    }
}
?>

			<?php 
do_action('AHEE__before_spco_whats_next_buttons', 'payment_options', $next_step);
?>

	<?php 
if (!($revisit && ($events_requiring_pre_approval != '' || $sold_out_events != ''))) {
    ?>
			<div id="spco-payment_options-whats-next-buttons-dv" class="spco-whats-next-buttons">
				<?php 
    echo EEH_Form_Fields::submit_button($edit_lnk_url, 'spco-go-to-step-' . $next_step, 'spco-next-step-btn', $next_step_text, 'spco-go-to-step-' . $next_step, TRUE, 'rel="payment_options"');
    ?>
			</div>
			<!--end spco-whats-next-buttons-->
	<?php 
}
?>

		</form>

		<?php 
do_action('AHEE__SPCO_after_reg_step_form', 'payment_options', $next_step);
?>

	</div>
	<!--end Step 2-->