<%option explicit const CurrentPageDef = "CONTACTUS"%> Contact Form
<%if GetRequest("POSTQUERY") <> "" then%> <% Dim MsgBody MsgBody = "Mail Drop Form" & vbcrlf & vbcrlf & _ "Client Email : " & GetRequest("CNT_MAIL") & vbcrlf & _ " --------------------------------------------------" if ValidateSoftwareSession() then SendMail SYSTEM_FROM_EMAIL, SYSTEM_FROM_NAME, SYSTEM_ADMIN_EMAIL, SYSTEM_ADMIN_NAME, "Drop Your Mail", MsgBody end if %> <%else%> <%end if%>
Thank you for confirming your mail id. You will get a call back shortly.