ECT Hosted Store > Contact Us

<% if request.form("posted")<>"1" then %>

Contact Ecommerce Templates

Please fill in the details below and we'll get back to you as soon as possible.

<% end if %> <% if request.form("posted")="1" AND instr(request.form("email"),"@")>0 AND instr(request.form("email"),".")>0 then valn = request.form("valn") valn2 = request.form("valn2") if NOT isnumeric(valn) OR valn="" then valn=0 if NOT isnumeric(valn2) OR valn2="" then valn2=0 Set rs = Server.CreateObject("ADODB.RecordSet") Set cnn=Server.CreateObject("ADODB.Connection") cnn.open sDSN alreadygotadmin = getadminsettings() emailAddr="info@ecommercetemplates.com" replytoaddr=request.form("email") thesubject ="ECT Hosted Store Contact Form" thebody="Name: " & request.form("name") & vbCrLf & _ "Message: " & request.form("Observations") & vbCrLf if int(valn2)<>(int(valn)*3) then response.write "Validation error. Please contact Ecommerce Templates." else call DoSendEmailEO(emailAddr,emailAddr,replytoaddr,thesubject,thebody,emailObject,themailhost,theuser,thepass) %>

Ecommerce Templates Hosted Store

Thank your for contacting us. We will be in contact with you shortly.

 

You will now be forwarded to the home page. If that does not happen automatically, please click here.

 

<% end if else %> <% randomize sequence = Int(10000 * Rnd) + 10000 %>
<% end if %>