<% If Request.Form("Submit") <> "" Then 'This is the email address you want to send to. Const ToEmail = "lsharrow@dionlabel.com" 'This is the email address the mail will be from 'Change it to FromEmail = Request.Form("form.email") if you want to capture a field element Const FromEmail = "lsharrow@dionlabel.com" 'Static Email address 'FromEmail = Request.Form("form.comment") 'Pulled from form. 'Subject Const Subject = "Dion Label Quote Request" 'Page to send the user to once you're done sending the email. Const ThankYouPage = "thanks.htm" Dim Body, fieldName, fieldValue, ix For ix = 1 to Request.Form.Count fieldName = Replace(Request.Form.Key(ix),"_"," ") fieldValue = Request.Form.Item(ix) Body = Body & fieldName & ": " & fieldValue & VbCrLf Next Dim objCDO Set objCDO = Server.CreateObject("CDONTS.NewMail") objCDO.From = FromEmail objCDO.To = Toemail objCDO.Subject = Subject objCDO.Body = Body objCDO.Send() Set objCDO = Nothing Response.Redirect(ThankYouPage) End If %>
539 North Road, Westfield, MA 01085
Tel:(413)568-3713 Fax:(413)562-8361

Request a Quote

Company Information
 
Name:
 
Company:
Phone:
Email:
Date response needed:

Product Description
Dimensions Across:
  x Around
Shape:
Material:
Choose one:
Lamination
Varnish
Number of Colors:
 
Will artwork be provided?:
 
Other information:
 



All Content Copyright © 2006 Dion Label Printing, Inc. All Rights Reserved.