Skip to content

Instantly share code, notes, and snippets.

@thomasphorton
Last active December 23, 2015 00:29
Show Gist options
  • Save thomasphorton/6553860 to your computer and use it in GitHub Desktop.
Save thomasphorton/6553860 to your computer and use it in GitHub Desktop.
ASP - Simple Form Template
<%
RDSendEmailTo = "your-email@duke-energy.com"
pageTitle = "Form Title"
NetInsightID = "interest"
state = Request.Cookies("state")
custServicePhone = ""
confirmationMessage = "Thank you for submitting your request."
submitButtonText = "Submit"
formType = "simple"
%>
<% sub content %>
### Form Elements Go Here ###
<% end sub %>
<!--#include file="includes/form-master.asp"-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment