Report Order Form

<% If NOT Session("email") > "" Then If Request.Cookies("CRRGOrderedBy")("Email") > "" Then Session("email") = Request.Cookies("CRRGOrderedBy")("Email") If Request.Cookies("CRRGOrderedBy")("FName") > "" Then Session("firstname") = Request.Cookies("CRRGOrderedBy")("FName") If Request.Cookies("CRRGOrderedBy")("LName") > "" Then Session("lastname") = Request.Cookies("CRRGOrderedBy")("LName") If Request.Cookies("CRRGOrderedBy")("Phone") > "" Then Session("phone") = Request.Cookies("CRRGOrderedBy")("Phone") If Request.Cookies("CRRGOrderedBy")("Company") > "" Then Session("company") = Request.Cookies("CRRGOrderedBy")("Company") If Request.Cookies("CRRGOrderedBy")("Email") > "" Then Session("RememberMe") = "yes" End If %>
Ordered By:
 Your Email Address:    "> (required)
     Existing customers: Please skip the name, company and phone number section below.
     New customers: Please provide your name, company and phone number.
First Name:    ">
Last Name:    ">
Phone Number:    ">
Company:    ">
Remember Me:
> Check this box to save your "Ordered By"
information on this machine as a "cookie"
 
Order Information:
State/County:  "> (required)
GF Number:  "> (required)
Legal:  " >
Cause, Vol/Page or File#:  " >
Name(s):  " > (required)
File Date:  " >

Chose the type of case, specify other types, or click "Search Jurisdictions"

Type: Probate
District Court
Bankruptcy
Real Property
Divorce
Other (specify) ">
  Search (select all jurisdictions that apply)
   
Copies:    Regular  Certified
 
Comments and additional order information:



 

 

 

 

<% 'For i = 0 to UBound( aOptions ) '' If aOptions(i) = "GF Number" Then gfn = Session( "Option" & i ) '' If aOptions(i) = "Case Number" Then cn = Session( "Option" & i ) ' response.write( aOptions(i) & "
" ) 'Next %>