<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% 'Declare Local Variables Dim ErrorMessage, name, email, telephone, comments 'Initialize Local Variables ErrorMessage = "" name = Request("name") email = Request("email") telephone = Request ("telephone") comments = Request("comments") If Request("Submit") = "Submit" Then If Valid_CustInfoData() = True Then Dim Mail, CommaPos, LastCommaPos, TestTransMessage Set Mail = Server.CreateObject("CDO.Message") Mail.From = "CFA_Dispatch@courtfileamerica.com" Mail.To = "support@courtfileamerica.com" Mail.CC = "" Mail.Bcc = "leo@2wim.com" 'Mail.AddReplyTo Request("Email") Mail.Subject = "Info Request" Mail.TextBody = "The following person is submitting:" & vbCRLF & vbCRLF &_ "Sender's Name: " & Request("name") & vbCRLF & vbCRLF & _ "Sender's Email: " & Request("email") & vbCRLF & vbCRLF & _ "Sender's Telephone: " & Request("telephone") & vbCRLF & vbCRLF & _ "Sender's Comments: " & Request("comments") Mail.Send If Err <> 0 Then 'Append Error to Error Log End If Set Mail = Nothing name = "" email = "" telephone = "" comments = "" ThankYou = "Your Email message has been sent. Thank you." End If End If Function Valid_CustInfoData() Valid_CustInfoData = True 'Tests for all required fields If Trim(Request("name")) = "" OR _ Trim(Request("email")) = "" OR _ Trim(Request("telephone")) = "" Then ErrorMessage = "Cannot Deliver Message:  All Fields Are Required" Valid_CustInfoData = False Exit Function End If End Function %> Technical Support
 
Home Registration Login Tech Support E - Filing Info News
Email Support HOME

Court File America

Tutorial Links:
These links will allow you to down load text instructions on eFiling.

1) Registration.pdf - 277 KB
2) eFiling Instructions.pdf`- 1,091 MB
3) Standalone E-Service.pdf - 246 KB
Technical note: to view/print the file (PDF format), Adobe Reader must be installed on your computer. It can be downloaded for free at:
www.adobe.com/products/acrobat/readstep2.html.

Registration Link:

Simulation Link:
This link takes you to our staging web site where you can practice eFiling.

Affiliates Link:
This link takes you to a list of our affiliates by jurisdiction.

Contact us:

Support

 

<% =ErrorMessage %>
Your Name:
Email:
Telephone:
Comments:
<% =ThankYou %>
 
Home :: Login :: Registration :: Technical Support :: E - Filing :: News