<% FullName = Request.Form("FullName") Email = Request.Form("Email") Phone = Request.Form("Phone") Comments = Request.Form("Comments") task = Request.Form("task") error = Request("error") message = Request("message") If task="submit" then If Len(FullName)<5 Then message="- Your NAME is either missing or it is too short!" & "
" error="Y" End If If ((Len(Email)<5) and (Len(Phone)<7)) Then message=message & "- Please enter a valid E-mail address or Phone Number so we may contact you." & "
" error="Y" End If If Len(Comments)<10 Then message= message & "- Your COMMENTS are either missing or it is too short!" & "
" error="Y" End If If Len(Comments)>1500 Then message= message & "- Your COMMENTS have exceeded the maximum limit." & "
" error="Y" End If End If If error<>"Y" and task="submit" then FullName = Request.Form("FullName") Email = Request.Form("Email") Phone = Request.Form("Phone") Comments = Request.Form("Comments") dt = now() ' *** DJA code addition - BEGIN sch = "http://schemas.microsoft.com/cdo/configuration/" Set cdoConfig = CreateObject("CDO.Configuration") With cdoConfig.Fields .Item(sch & "sendusing") = 2 ' cdoSendUsingPort .Item(sch & "smtpserver") = "east.smtp.exch029.serverdata.net" .update End With ' *** DJA code addition - END Set cdoMessage = CreateObject("CDO.Message") With cdoMessage ' *** DJA code addition - BEGIN Set .Configuration = cdoConfig ' *** DJA code addition - END .From = "website@bethunelaw.com" .To = "info@bethunelaw.com" '.To = "DavidAUM@gmail.com" '.To = "mdavis_az@cox.net" .Subject = "**Bethunelaw.com Online Contact**" .TextBody = "***Bethunelaw.com Online Contact***" & vbCrLf & _ "Date/Time: " & dt & vbCrLf & _ "" & vbCrLf & _ "Name: " & FullName & vbCrLf & _ "Email: " & Email & vbCrLf & _ "Phone: " & Phone & vbCrLf & _ "Comments: " & Comments .Send End With Set cdoMessage = Nothing Set cdoConfig = Nothing response.redirect("contact_us_confirm.asp") End If %> Bethune & Associates Law Firm :: Contact Us

Gary L. Bethune

Licensed in Michigan

Not Admitted in Arizona

David J Adamski

Licensed in Arizona & Michigan

Home About Us Recovery Compare Waiting Contact Us
Contact Us

Please feel free to contact us at any time:

Bethune & Associates
14435 North 7th St., Suite 201
Phoenix, AZ 85022-4371

Phone: (602) 548-2408 or (800) 783-5402
Fax: (602) 548-2401 or (800) 783-8713

<% If error="Y" Then %> <% End If %>
<%=message%>

 
Send us an E-mail through the form below:
DO NOT send any confidential information through this contact form. This form is for general business contacts and not to solicit or receive legal inquiries. Use of this form will not, and should not be construed to, create an attorney/client relationship between Bethune & Associates and you or anyone else.
Name:
" maxlength="25" />
E-mail:
" maxlength="50" />
Phone:
" maxlength="15" />
Comments: