<%@ Language=VBScript %> <%if len(Request.Form) > 0 then dim I, M, O for each I in Request.Form if len(Request.Form(I)) > 0 then _ M = M & I & ": " & Request.Form(I) & vbCrLf next function ValidEmail( eStr ) dim Chk1, Chk2, Chk3, I, cTmp Chk1 = 1 : Chk2 = 0 : Chk3 = 0 if len( eStr ) <= 3 then ValidEmail = false exit function end if for I = 1 to len( eStr ) cTmp = Mid( eStr, I, 1 ) if cTmp = "@" then if I = 1 then Chk1 = 0 : exit for end if if Mid( eStr, I + 1, 1 ) = "." then Chk1 = 0 : exit for end if if Chk2 = 0 then Chk2 = 1 else Chk2 = 0 : exit for end if end if next if Mid( eStr, len( eStr ) - 3, 1 ) = "." then Chk3 = 1 elseif Mid( eStr, len( eStr ) - 2, 1 ) = "." then Chk3 = 1 end if if Chk1 and Chk2 and Chk3 then ValidEmail = true else ValidEmail = false end if end function const cdoSendUsingPickup = 1 const cdoSendUsingPort = 2 dim objMail, objConf, Flds set objMail = Server.CreateObject("CDO.Message") set objConf = Server.CreateObject("CDO.Configuration") set Flds = objConf.Fields Flds.Item("http://schemas.microsoft.com/cdo/configuration/sendusing") = cdoSendUsingPort Flds.Item("http://schemas.microsoft.com/cdo/configuration/smtpserver") = "10.0.0.3" Flds.Item("http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout") = 10 Flds.Update objMail.Configuration = objConf objMail.To = "mike@logomotive.net" if ValidEmail(Request.Form("Email")) then objMail.From = Request.Form( "Email" ) else objMail.From = "webform@logomotive.net" end if objMail.Subject = "Web Site Feedback Form!" objMail.TextBody = M objMail.Send set Flds = nothing set objConf = nothing set objMail = nothing Session("AOK") = true Response.Redirect "order.asp" end if%>

Welcome To Our Company Logo Design Request Form 

PLEASE USE THIS FORM TO GIVE US A BETTER IDEA OF WHAT YOU WOULD LIKE TO SEE IN YOUR LOGO.

Tell us how to get in touch with you:

Contacts Name:
E-mail:
Telephone:
FAX:
Current Website if Any:

How Many colors do you want in your logo?

One Color Two Color Three Color Full Color (Process)

What type of logo are you looking for?

Conservative (doctor, lawyer, medical etc.)
Cartoon/character
Fun type logo
Hitech (swooshes etc.)
Text treatment (customized type)
Illustrative logo
Not Sure

Where and how is your logo going to be used?

Other:

THE EXACT NAME OF YOUR BUSINESS:


Please give some information about your business, what you do, what message you want to convey, the audience you are targeting .


If you like a certain look, feel or style you have seen before give us a description or direct us to the styles you like. This will give us some basic idea of what your taste is. If your uncertain of any style we can help in this area.


How did you hear about our services?

1. Search engine (if so what search engine?)

Lycos MSN Yahoo! Google
Direct hit Overture Ask Jeeves Other


2. Referral

3. Repeat Customer

Please contact me as soon as possible regarding this matter.