<% dim submit, strError, CdoBodyFormatHTML, CdoMailFormatMime select case request("action") case "submit" if (request("name") <> "" and request("phone") <> "" and request("email") <> "") then submit = "1" else submit = "0" strError = "Please fill in the following information:
" if request("name") = "" then strError = strError & "Please enter your name.
" if request("phone") = "" then strError = strError & "Please enter your phone number.
" if request("email") = "" then strError = strError & "Please enter your email address.
" end if if submit = "1" then dim objCDOMail set objCDOMail = Server.CreateObject("CDONTS.NewMail") objCDOMail.From = request("email") objCDOMail.To = "info@rcimino.com" objCDOMail.Subject = "Contact From rcimino.com" dim strBody strBody = "" strBody = "" strBody = strBody & "" & vbcrlf strBody = strBody & "" & vbcrlf strBody = strBody & "" & vbcrlf strBody = strBody & "" & vbcrlf strBody = strBody & "
Name: " & request("name") & "
Phone: " & request("phone") & "
Email: " & request("email") & "
Message: " & request("message") & "
" objCDOMail.Body = strBody objCDOMail.BodyFormat = CdoBodyFormatHTML objCDOMail.MailFormat = CdoMailFormatMime objCDOMail.Send set objCDOMail = nothing end if end select %> Richard Cimino| Attorney Real Estate, Probate, Transactions, Litigation. Naples, Bonita Springs, Ft. Myers, Florida.
  • Law Offices of
  • Richard D. Cimino
  • 9130 Galleria Court
  • Suite 311
  • Naples, Florida 34109
  • Telephone
  • 239-254-0847
  • Facsimile
  • 239-254-0762

<% if submit = "1" then %> Thanks for expressing an interest in The law offices of Richard D. Cimino. Your message has been successfully sent <% else %>
?action=submit" method="post"> <% if strError <> "" then %> <%=strError%>
<% end if %> Name
">
Phone
">
Email
">
Message


<% end if %>
 
Submission of this contact form does not create an attorney-client relationship between Richard Cimino and you or your company.

 
 
 
 
 

 

Attorney Richard Cimino, 9130 Galleria Court, Suite 311, Naples, Florida.
copyright 2008 Richard Cimino \ All rights reserved \ designed by neoGraphite inc.