Skip to content

Instantly share code, notes, and snippets.

@thomasphorton
Last active December 23, 2015 00:29
Show Gist options
  • Save thomasphorton/6553896 to your computer and use it in GitHub Desktop.
Save thomasphorton/6553896 to your computer and use it in GitHub Desktop.
ASP - Form Wizard Template
<%
pageTitle = "Form Title"
NetInsightID = "property-mgr-start"
RDSendEmailTo = "your-email@duke-energy.com"
state = Request.Cookies("state")
confirmationMessage = "A confirmation e-mail will be sent to you once processing is complete."
submitButtonText = "Submit"
formType = "wizard"
%>
<% sub content %>
### Form Elements Go Here ###
<% end sub %>
<!--#include virtual="/ols/includes/master-forms.asp"-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment