<html>
<head><title>Title of Page</title></head>
<body>
<FORM name=%%step1_form_name%% action=%%step1_form_action%% method=%%step1_form_method%%>
%%mandatory_system_message%%
%%step1_form_registrant_name%%
%%step1_form_selectbox%%
<input type=button value=”Cancel” onClick=”BT_cancelbutton ( )”>
<input type=button value=”Next” onClick=”BT_nextbutton ( )”>
%%step1_form_hiddendata%%
</FORM>
</body>
</html>
This creates the following display:
Join the Discussion!