Showing source for: https://www.florida-court-forms.net/
Duration: 0.871226s
Server: nginx/1.21.3

<!DOCTYPE html>
<html>
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="content-type">
        <title>
   Florida Court Forms - Legal Forms for the Self Represented
        </title>
        <meta content="Florida Court Forms: Learn about procedures &amp; forms for common legal issues in Florida including divorce, child support, custody, visitation, adoption, and more for self represented pro-se litigants." name="description">
        <meta content="width=device-width, initial-scale=1" id="viewport" name="viewport">
        <link href="/sd/support-files/A.style.css.pagespeed.cf.LObyFuhHJW.css" rel="stylesheet" type="text/css">
        <!-- start: tool_blocks.sbi_html_head -->
        <link href="/xfavicon-57x57.png.pagespeed.ic.aDYTiTLPDb.png" rel="apple-touch-icon" sizes="57x57">
        <link href="/xfavicon-60x60.png.pagespeed.ic.XGxYXcV2Od.jpg" rel="apple-touch-icon" sizes="60x60">
        <link href="/xfavicon-72x72.png.pagespeed.ic.Dngwde5iYG.png" rel="apple-touch-icon" sizes="72x72">
        <link href="/xfavicon-76x76.png.pagespeed.ic.ZroTf06nqi.png" rel="apple-touch-icon" sizes="76x76">
        <link href="/xfavicon-114x114.png.pagespeed.ic.XHQ84LJS-m.png" rel="apple-touch-icon" sizes="114x114">
        <link href="/xfavicon-120x120.png.pagespeed.ic.SUk05Ns05A.png" rel="apple-touch-icon" sizes="120x120">
        <link href="/xfavicon-144x144.png.pagespeed.ic.8N39oQKLH_.png" rel="apple-touch-icon" sizes="144x144">
        <link href="/xfavicon-152x152.png.pagespeed.ic.z_lkobr5xf.png" rel="apple-touch-icon" sizes="152x152">
        <link href="/xfavicon-180x180.png.pagespeed.ic.FUU_Mm3kDz.png" rel="apple-touch-icon" sizes="180x180">
        <link href="/xfavicon-36x36.png.pagespeed.ic.4WItiz4tni.png" rel="icon" sizes="36x36" type="image/png">
        <link href="/xfavicon-48x48.png.pagespeed.ic.pCAZ1WvZvZ.png" rel="icon" sizes="48x48" type="image/png">
        <link href="/xfavicon-72x72.png.pagespeed.ic.Dngwde5iYG.png" rel="icon" sizes="72x72" type="image/png">
        <link href="/xfavicon-96x96.png.pagespeed.ic.5x6SXabdRI.png" rel="icon" sizes="96x96" type="image/png">
        <link href="/xfavicon-144x144.png.pagespeed.ic.8N39oQKLH_.png" rel="icon" sizes="144x144" type="image/png">
        <link href="/xfavicon-192x192.png.pagespeed.ic.purczgC-f-.png" rel="icon" sizes="192x192" type="image/png">
        <link href="/favicon-16x16.png.pagespeed.ce.Ptzo01-Uom.png" rel="icon" sizes="16x16" type="image/png">
        <link href="/xfavicon-32x32.png.pagespeed.ic.YxTmjGmjbS.png" rel="icon" sizes="32x32" type="image/png">
        <link href="/xfavicon-48x48.png.pagespeed.ic.pCAZ1WvZvZ.png" rel="icon" sizes="48x48" type="image/png">
        <link href="https://www.florida-court-forms.net/" rel="canonical">
        <link href="https://www.florida-court-forms.net/florida-court-forms.xml" rel="alternate" title="RSS" type="application/rss+xml">
        <meta content="Florida Court Forms" property="og:site_name">
        <meta content="Florida Court Forms - Legal Forms for the Self Represented" property="og:title">
        <meta content="Florida Court Forms: Learn about procedures &amp; forms for common legal issues in Florida including divorce, child support, custody, visitation, adoption, and more for self represented pro-se litigants." property="og:description">
        <meta content="website" property="og:type">
        <meta content="https://www.florida-court-forms.net/" property="og:url">
        <meta content="https://www.florida-court-forms.net/florida-court-forms-fb.png" property="og:image">
        <meta content="355602241122200" property="fb:app_id">
        <meta content="kencdiaz" property="fb:admins">
        <!-- SD -->
        <script>
            function Is() {
                var agent = navigator.userAgent.toLowerCase();
                this.major = parseInt(navigator.appVersion);
                this.minor = parseFloat(navigator.appVersion);
                this.mac = /Mac68K|MacPPC|MacIntel/i.test(navigator.platform);
                this.safari = (/Safari/.test(navigator.userAgent) && /Apple Computer/.test(navigator.vendor));
                this.firefox = typeof InstallTrigger !== 'undefined';
                this.ns = ((agent.indexOf('mozilla') != -1) && (agent.indexOf('spoofer') == -1) && (agent.indexOf('compatible') == -1) && (agent.indexOf('opera') == -1) && (agent.indexOf('webtv') == -1));
                this.ns2 = (this.ns && (this.major == 2));
                this.ns3 = (this.ns && (this.major == 3));
                this.ns4 = (this.ns && (this.major == 4));
                this.ns6 = (this.ns && (this.major >= 5));
                this.ie = (agent.indexOf("msie") != -1);
                this.ie3 = (this.ie && (this.major < 4));
                this.ie4 = (this.ie && (this.major == 4));
                if (this.ie4 && (agent.indexOf("msie 5.0") != -1)) {
                    this.ie4 = false;
                    this.ie5 = true;
                }
                this.ieX = (this.ie && !this.ie3 && !this.ie4);
            }
            var is = new Is();
            function WriteLayer(id, text) {
                var DOM = (document.getElementById) ? true : false;
                var divID;
                if (is.ns4) divID = document.layers[id]; else if (is.ie4) divID = document.all[id]; else if (DOM) divID = document.getElementById(id);
                if (is.ns4) {
                    divID.document.open();
                    divID.document.write(text);
                    divID.document.close();
                } else if (DOM || is.ie4) {
                    divID.innerHTML = text;
                }
            }
            function SetLayerVisibility(id, visibility) {
                if (is.ieX || is.ns6) {
                    this.obj = document.getElementById(id).style;
                    this.obj.visibility = visibility;
                } else if (is.ie4) {
                    this.obj = document.all[id].style;
                    this.obj.visibility = visibility;
                } else if (is.ns4) {
                    this.obj = document.layers[id];
                    return this.obj;
                }
            }
            function SubmitData(code) {
                var flag;
                flag = eval('isReady_' + code + '()');
                if (!flag) {
                    return false;
                }
                eval('document._' + code + '.target="_self";');
                eval('document._' + code + '.submit();');
            }
            var eMai;
            function trim(s) {
                while (s.substring(0, 1) == ' ') {
                    s = s.substring(1, s.length);
                }
                while (s.substring(s.length - 1, s.length) == ' ') {
                    s = s.substring(0, s.length - 1);
                }
                return s;
            }
            function CheckEmail(eMai) {
                var h;
                eMai = trim(eMai);
                var ok = "1234567890abcdefghijklmnopqrstuvwxyz[].\@-_ABCDEFGHIJKLMNOPQRSTUVWXYZ";
                for (h = 0; h < eMai.length; h++) {
                    if (ok.indexOf(eMai.charAt(h)) < 0) {
                        return false;
                    }
                }
                var re = /(@.*@)|(\.\.)|(^\.)|(^@)|(@$)|(\.$)|(@\.)/;
                var re_two = /^.+\@(\[?)[a-zA-Z0-9\-\.]+\.([a-zA-Z]{2,4}|[0-9]{1,4})(\]?)$/;
                if (!eMai.match(re) && eMai.match(re_two)) {
                    return -1;
                }
            }
        </script>
        <script>
            var https_page = 0;
        </script>
        <style>
            .responsive_grid_block-201816848 div.responsive_col-1 {
                width               : 50.088%
            }
            .responsive_grid_block-201816848 div.responsive_col-2 {
                width               : 49.854%
            }
            @media only screen and (max-width:768px) {
                .responsive_grid_block-201816848 div.responsive_col-1 {
                    width               : 50%
                }
                .responsive_grid_block-201816848 div.responsive_col-2 {
                    width               : 50%
                }
            }
            @media only screen and (max-width:447px) {
                .responsive_grid_block-201816848 div.responsive_col-1 {
                    width               : 100%
                }
                .responsive_grid_block-201816848 div.responsive_col-2 {
                    width               : 100%
                }
            }
        </style>
        <script async="" defer="" src="https://www.florida-court-forms.net/sd/support-files/eucookie.js.pagespeed.jm.ksMg6Nudeq.js">
        </script>
        <!-- end: tool_blocks.sbi_html_head -->
        <!-- start: shared_blocks.94127657#end-of-head -->
        <link href="https://plus.google.com/106225931907484045717" rel="publisher">
        <!-- end: shared_blocks.94127657#end-of-head -->
        <script>
            var FIX = FIX || {
            };
        </script>
    </head>
    <body class="responsive">
        <div class="modern" id="PageWrapper">
            <div id="HeaderWrapper">
                <div id="Header">
                    <div class="Liner">
                        <div class="WebsiteName">
                            <a href="/">
                                Florida Court Forms
                            </a>
                        </div>
                        <div class="Tagline">
                            Pro Se Legal Forms and Documents Preparation
                            <br>
                            Tel: (386) 868-2555
                        </div>
                        <!-- start: shared_blocks.94127653#top-of-header -->
                        <!-- start: shared_blocks.221833005#Adsense Auto Ads -->
                        <script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js">
                        </script>
                        <script>
                            (adsbygoogle = window.adsbygoogle || []).push({
                                google_ad_client: "ca-pub-7620874828849044",
                                enable_page_level_ads: true
                            });
                        </script>
                        <!-- end: shared_blocks.221833005#Adsense Auto Ads -->
                        <!-- start: shared_blocks.200918415#facebook pixel -->
                        <!-- Facebook Pixel Code -->
                        <script>
                            !function(f, b, e, v, n, t, s) {
                                if (f.fbq) return;
                                n = f.fbq = function() {
                                    n.callMethod ? n.callMethod.apply(n, arguments) : n.queue.push(arguments);
                                };
                                if (!f._fbq) f._fbq = n;
                                n.push = n;
                                n.loaded = !0;
                                n.version = '2.0';
                                n.queue = [];
                                t = b.createElement(e);
                                t.async = !0;
                                t.src = v;
                                s = b.getElementsByTagName(e)[0];
                                s.parentNode.insertBefore(t, s);
                            }(window, document, 'script', 'https://connect.facebook.net/en_US/fbevents.js');
                            fbq('init', '506021146272850');
                            fbq('track', "PageView");
                        </script>
                        <noscript>
                            <img height="1" src="https://www.facebook.com/tr?id=506021146272850&amp;ev=PageView&amp;noscript=1" style="display:none" width="1">
                        </noscript>
                        <!-- End Facebook Pixel Code -->
                        <!-- end: shared_blocks.200918415#facebook pixel -->
                        <!-- start: tool_blocks.navbar.horizontal.left -->
                        <div class="ResponsiveNavWrapper">
                            <div class="ResponsiveNavButton">
                                <span>
         Menu
                                </span>
                            </div>
                            <div class="HorizontalNavBarLeft HorizontalNavBar HorizontalNavBarCSS ResponsiveNav">
                                <ul class="root">
                                    <li class="li1 submenu">
                                        <span class="navheader">
                                            Forms
                                        </span>
                                        <ul>
                                            <li class="li2">
                                                <a href="/florida-family-law-forms.html">
                                                    PDF Forms
                                                </a>
                                            </li>
                                            <li class="li2">
                                                <a href="/florida-adoption-forms.html">
                                                    Adoption
                                                </a>
                                            </li>
                                            <li class="li2">
                                                <a href="/child-custody-forms.html">
                                                    Custody
                                                </a>
                                            </li>
                                            <li class="li2">
                                                <a href="/florida-divorce-forms.html">
                                                    Divorce
                                                </a>
                                            </li>
                                            <li class="li2">
                                                <a href="/florida-child-support-forms.html">
                                                    Support
                                                </a>
                                            </li>
                                        </ul>
                                    </li>
                                    <li class="li1 submenu">
                                        <span class="navheader">
                                            Family Law
                                        </span>
                                        <ul>
                                            <li class="li2">
                                                <a href="/florida-adoptions.html">
                                                    Adoption
                                                </a>
                                            </li>
                                            <li class="li2">
                                                <a href="/florida-child-custody.html">
                                                    Custody
                                                </a>
                                            </li>
                                            <li class="li2">
                                                <a href="/florida-divorce.html">
                                                    Divorce
                                                </a>
                                            </li>
                                            <li class="li2">
                                                <a href="/florida-child-support.html">
                                                    Support
                                                </a>
                                            </li>
                                            <li class="li2">
                                                <a href="/florida-child-visitation.html">
                                                    Visitation
                                                </a>
                                            </li>
                                        </ul>
                                    </li>
                                    <li class="li1 submenu">
                                        <span class="navheader">
                                            More
                                        </span>
                                        <ul>
                                            <li class="li2">
                                                <a href="/florida-bankruptcy.html">
                                                    Bankruptcy
                                                </a>
                                            </li>
                                            <li class="li2">
                                                <a href="/florida-business.html">
                                                    Business
                                                </a>
                                            </li>
                                            <li class="li2">
                                                <a href="/florida-civil-law.html">
                                                    Civil Law
                                                </a>
                                            </li>
                                            <li class="li2">
                                                <a href="/florida-elder-law.html">
                                                    Elder Law
                                                </a>
                                            </li>
                                            <li class="li2">
                                                <a href="/florida-family-law.html">
                                                    Family Law
                                                </a>
                                            </li>
                                        </ul>
                                    </li>
                                    <li class="li1 submenu">
                                        <span class="navheader">
                                            FAQs
                                        </span>
                                        <ul>
                                            <li class="li2">
                                                <a href="/questions.html">
                                                    Ask the Staff
                                                </a>
                                            </li>
                                            <li class="li2">
                                                <a href="/florida-adoption-faqs.html">
                                                    Adoption
                                                </a>
                                            </li>
                                            <li class="li2">
                                                <a href="/florida-business-faqs.html">
                                                    Business
                                                </a>
                                            </li>
                                            <li class="li2">
                                                <a href="/florida-child-custody-faqs.html">
                                                    Custody
                                                </a>
                                            </li>
                                            <li class="li2">
                                                <a href="/florida-divorce-faqs.html">
                                                    Divorce
                                                </a>
                                            </li>
                                            <li class="li2">
                                                <a href="/florida-child-support-faqs.html">
                                                    Support
                                                </a>
                                            </li>
                                            <li class="li2">
                                                <a href="/florida-child-visitation-faqs.html">
                                                    Visitation
                                                </a>
                                            </li>
                                        </ul>
                                    </li>
                                    <li class="li1 submenu">
                                        <span class="navheader">
                                            Contact
                                        </span>
                                        <ul>
                                            <li class="li2">
                                                <a href="/petition-praparer-quote.html">
                                                    Get A Quote
                                                </a>
                                            </li>
                                            <li class="li2">
                                                <a href="/document-preparation.html">
                                                    Doc Prepartion
                                                </a>
                                            </li>
                                            <li class="li2">
                                                <a href="/court-forms-search.html">
                                                    Forms Search
                                                </a>
                                            </li>
                                            <li class="li2">
                                                <a href="/contact-florida-court-forms.html">
                                                    Contact Us
                                                </a>
                                            </li>
                                        </ul>
                                    </li>
                                    <li class="li1 submenu">
                                        <span class="navheader">
                                            About
                                        </span>
                                        <ul>
                                            <li class="li2">
                                                <a href="/">
                                                    Home
                                                </a>
                                            </li>
                                            <li class="li2">
                                                <a href="/florida-court-forms-blog.html">
                                                    Latest News
                                                </a>
                                            </li>
                                            <li class="li2">
                                                <a href="/florida-legal-aid.html">
                                                    Resources
                                                </a>
                                            </li>
                                            <li class="li2">
                                                <a href="/disclaimer.html">
                                                    Disclosure
                                                </a>
                                            </li>
                                            <li class="li2">
                                                <a href="/privacy-policy.html">
                                                    Privacy
                                                </a>
                                            </li>
                                        </ul>
                                    </li>
                                </ul>
                            </div>
                        </div>
                        <!-- end: tool_blocks.navbar.horizontal.left -->
                        <!-- end: shared_blocks.94127653#top-of-header -->
                        <!-- start: shared_blocks.94127625#bottom-of-header -->
                        <!-- end: shared_blocks.94127625#bottom-of-header -->
                    </div>
                    <!-- end Liner -->
                </div>
                <!-- end Header -->
            </div>
            <!-- end HeaderWrapper -->
            <div id="ContentWrapper">
                <div id="ContentColumn">
                    <div class="Liner">
                        <!-- start: shared_blocks.94127622#above-h1 -->
                        <!-- end: shared_blocks.94127622#above-h1 -->
                        <h1 style="text-align: center">
       Florida Court Forms
                        </h1>
                        <h2 style="text-align: center">
                            Legal Forms and Documents Preparation Services for the Self Represented Litigant in Florida
                            <br>
                        </h2>
                        <!-- start: shared_blocks.94127661#below-h1 -->
                        <!-- end: shared_blocks.94127661#below-h1 -->
                        <div class="desktopOnly">
                            <p>
                                <span style="font-weight: normal;">
                                    <br>
         Florida Court Forms' mission is to provide the self-represented litigant the tools and resources they need to successfully&nbsp;represent themselves in court. &nbsp;
                                </span>
                            </p>
                            <p>
                                <span style="font-weight: normal;">
                                    We have many pages of legal information, fillable court forms, e-book guides, and form packets too.
                                </span>
                            </p>
                            <ul>
                                <li>
                                    <span style="font-weight: normal;">
                                        Fill in the blank PDF forms,
                                    </span>
                                </li>
                                <li>
                                    <span style="font-weight: normal;">
                                        Document preparation services,
                                    </span>
                                </li>
                                <li>
                                    <span style="font-weight: normal;">
                                        Self help legal guides, and
                                    </span>
                                </li>
                                <li>
                                    <span style="font-weight: normal;">
                                        Other helpful legal resources.
                                    </span>
                                </li>
                            </ul>
                        </div>
                        <div class="mobileOnly">
                            <p>
                                <span style="font-weight: normal;">
                                    Florida Court Forms' mission is to provide the self-represented litigant the tools and resources they need to successfully&nbsp;represent themselves in court.&nbsp; &nbsp;
                                </span>
                            </p>
                            <p>
                                <span style="font-weight: normal;">
                                    We have many pages of legal information, fillable court forms, e-book guides, and form packets too.
                                </span>
                            </p>
                            <ul>
                                <li>
                                    <span style="font-weight: normal;">
                                        Fill in the blank PDF forms,
                                    </span>
                                </li>
                                <li>
                                    <span style="font-weight: normal;">
                                        Document preparation services,
                                    </span>
                                </li>
                                <li>
                                    <span style="font-weight: normal;">
                                        Self help legal guides, and
                                    </span>
                                </li>
                                <li>
                                    <span style="font-weight: normal;">
                                        Other helpful legal resources.
                                    </span>
                                </li>
                            </ul>
                        </div>
                        <!-- start: shared_blocks.94127656#below-paragraph-1 -->
                        <!-- end: shared_blocks.94127656#below-paragraph-1 -->
                        <p>
                            <span style="font-weight: normal;">
        We provide you with tools and information that will help you represent yourself in most common legal matters.&nbsp;
                            </span>
                        </p>
                        <p>
                            <span style="font-weight: normal;">
                                We are not lawyers and we do not provide legal advice of any kind.&nbsp;
                            </span>
                            <span style="font-weight: normal;">
                                The content provided here is for informational purposes only, intended to assist Pro Se litigants in Florida, and any commentary is just this writer's personal opinion.&nbsp;
                            </span>
                        </p>
                        <p>
                            <span style="font-weight: normal;">
                                This is FREE legal information, and not FREE legal advice. Please read our important&nbsp;
                            </span>
                            <a href="https://www.florida-court-forms.net/disclaimer.html" style="color: rgb(161, 60, 250);text-decoration: none;">
                                <b>
                                    <span style="font-weight: normal;">
                                        disclosure
                                    </span>
                                </b>
                            </a>
                            <span style="font-weight: normal;">
                                &nbsp;for more details.&nbsp;
                            </span>
                        </p>
                        <!-- start: shared_blocks.209081691#Google CSE Sight Search -->
                        <div class="CalloutBox" style="border-color: #d9d9d9; border-width: 1px 1px 1px 1px; border-style: solid; box-sizing: border-box">
                            <h3 style="text-align: center">
        Looking for a specific form?
                            </h3>
                            <p>
                                Type in the name of the form or the legal topic you are looking for in the search box below.&nbsp;
                                <br>
                            </p>
                            <!-- start: shared_blocks.99394583#Search Tool 100% -->
                            <div>
                                <script>
                                    (function() {
                                        var cx = '012067126992693292199:7po108u5cc4';
                                        var gcse = document.createElement('script');
                                        gcse.type = 'text/javascript';
                                        gcse.async = true;
                                        gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
                                        var s = document.getElementsByTagName('script')[0];
                                        s.parentNode.insertBefore(gcse, s);
                                    })();
                                </script>
                                <gcse:search>
                                </gcse:search>
                            </div>
                            <!-- end: shared_blocks.99394583#Search Tool 100% -->
                        </div>
                        <!-- end: shared_blocks.209081691#Google CSE Sight Search -->
                        <h3 style="text-align: left">
                            <br>
       About Florida Court Forms
                        </h3>
                        <p>
                            <span style="font-weight: normal;">
                                We started out as a small document preparation agency in Volusia county in 2008. In short order, we saw the need for our self represented customers to educate themselves about the legal process and the availability of forms and procedures in Florida courts.
                            </span>
                        </p>
                        <p>
                            <span style="font-weight: normal;">
                                Over time, this website has taken on a life of its own. We have visitors from all over the United States and the world, especially from our deployed heroes overseas. Florida Court Forms is now an extremely valuable self help (Pro Se) legal resource statewide.
                            </span>
                        </p>
                        <p>
                            <span style="font-weight: normal;">
                                We have compiled lots of current legal information categorized by easily recognizable subjects to ease your search and your self education efforts about Florida law and legal forms.
                            </span>
                        </p>
                        <p>
                            <span style="font-weight: normal;">
                                There are free forms, including divorce, child support, and other family law forms. You'll also find form instructions, court procedures, and other valuable legal information; all for the self-represented (Pro-Se) Floridian.
                            </span>
                        </p>
                        <p>
                            <span style="font-weight: normal;">
                                Unlike the national nonlawyer legal sites, as our name implies, Florida Court Forms is focused on Florida's legal system. All in one place, easy to understand, and all Florida.
                            </span>
                        </p>
                        <h4>
                            Knowledge is Power
                        </h4>
                        <p>
                            <span style="font-weight: normal;">
                                Whether you decide to go with legal representation or not, you will have knowledge and resources to benefit you and your family now, and for years to come.
                            </span>
                        </p>
                        <p>
                            <span style="font-weight: normal;">
                                Don't let our simple name fool you. The Florida Court Forms website exists to benefit the Florida citizen, from cradle to grave.
                            </span>
                        </p>
                        <p>
                            <span style="font-weight: normal;">
                                We'd love to have your feedback and strongly encourage you to post questions to the staff. What you have to say might help someone else. So pay it forward, and leave us your suggestions, information, and support.
                            </span>
                        </p>
                        <p>
                            <span style="font-weight: normal;">
                                Spread the word, the knowledge, and the power to others.&nbsp;
                            </span>
                            <span style="font-weight: normal;">
                                Thank you for visiting and enjoy our site.
                            </span>
                        </p>
                        <div class="CalloutBox" style="border-color: #d9d9d9; border-width: 1px 1px 1px 1px; border-style: solid; box-sizing: border-box">
                            <!-- start: shared_blocks.99443653#Petition Preparer Service -->
                            <div class="desktopOnly">
                                <h2>
         Legal Documents Preparation Services
                                    <br>
                                </h2>
                                <h3>
                                    <span style="font-weight: normal;font-size: 24px;">
                                        <em>
                                            Your legal documents ready to file at a price you can afford!
                                        </em>
                                    </span>
                                    <br>
                                </h3>
                                <div class="responsive_grid_block-2 responsive_grid_block-201816848">
                                    <div class="responsive-row">
                                        <div class="responsive_col-1 responsive_grid_block-201816848">
                                            <p>
                                                <span style="font-size: 20px;font-weight: normal;">
                                                    Our Petition Preparer Service can have all your documents professionally
prepared after a brief interview with our experienced Legal Document Specialists.
                                                </span>
                                            </p>
                                            <p>
                                                <span style="font-size: 20px;font-weight: normal;">
                                                    Your court papers will be in your hands and ready to file in as little as three days! We guarantee our work. Just ask us for a quote.
                                                </span>
                                            </p>
                                        </div>
                                        <div class="responsive_col-2 responsive_grid_block-201816848">
                                            <div class="ImageBlock ImageBlockCenter">
                                                <a href="tel:+13868683700" onclick="return FIX.track(this);">
                                                    <img data-pin-media="https://www.florida-court-forms.net/images/callnow1.jpg" height="94.5077720207254" src="https://www.florida-court-forms.net/images/callnow1.jpg.pagespeed.ce.mNBn5Kv2P3.jpg" style="width: 228px; height: auto; border-color: #ffffff; border-width: 1px 1px 1px 1px; border-style: solid" width="228">
                                                </a>
                                            </div>
                                            <div class="ImageBlock ImageBlockCenter">
                                                <img data-pin-media="https://www.florida-court-forms.net/images/customerservice1.jpg" height="142.5" src="https://www.florida-court-forms.net/images/xcustomerservice1.jpg.pagespeed.ic.wJrNqnAb94.jpg" style="width: 228px; height: auto" width="228">
                                            </div>
                                        </div>
                                    </div>
                                    <!-- responsive_row -->
                                </div>
                                <!-- responsive_grid_block -->
                                <div class="desktopOnly">
                                    <div class="ajcontact" style="box-sizing: border-box">
                                        <!-- start: tool_blocks.forms.8723641903392688 -->
                                        <form accept-charset="UTF-8" action="//www.florida-court-forms.net/cgi-bin/fb/FormProcess.pl" class="FormBlockCenter" id="formBuilderForm_8723641903392688_479D3F66_6DF5_11ED_8591_71FB327CD7DC" method="post" onsubmit="return validateFormBuilderForm('8723641903392688_479D3F66_6DF5_11ED_8591_71FB327CD7DC', form_builder_fields_8723641903392688_479D3F66_6DF5_11ED_8591_71FB327CD7DC)">
                                            <style>
                                                .form_builder_form_field_is_missing {
                                                    color               : red
                                                }
                                            </style>
                                            <script src="/ssjs/form_builder/validate.js.pagespeed.jm.X6utwZuDzE.js">
                                            </script>
                                            <script>
                                                var form_builder_fields_8723641903392688_479D3F66_6DF5_11ED_8591_71FB327CD7DC = [];
                                                form_builder_fields_8723641903392688_479D3F66_6DF5_11ED_8591_71FB327CD7DC.push({
                                                    "field_name": "_" + '6767291258308161',
                                                    "field_label": "formBuilderFieldLabel_8723641903392688_479D3F66_6DF5_11ED_8591_71FB327CD7DC_6767291258308161",
                                                    "type": "default",
                                                    "required": true
                                                });
                                                form_builder_fields_8723641903392688_479D3F66_6DF5_11ED_8591_71FB327CD7DC.push({
                                                    "field_name": "_" + '6665924001725973',
                                                    "field_label": "formBuilderFieldLabel_8723641903392688_479D3F66_6DF5_11ED_8591_71FB327CD7DC_6665924001725973",
                                                    "type": "default",
                                                    "required": true
                                                });
                                                form_builder_fields_8723641903392688_479D3F66_6DF5_11ED_8591_71FB327CD7DC.push({
                                                    "field_name": "_" + '1476461881091292',
                                                    "field_label": "formBuilderFieldLabel_8723641903392688_479D3F66_6DF5_11ED_8591_71FB327CD7DC_1476461881091292",
                                                    "type": "default",
                                                    "required": true
                                                });
                                                form_builder_fields_8723641903392688_479D3F66_6DF5_11ED_8591_71FB327CD7DC.push({
                                                    "field_name": "_" + '8429242770718907',
                                                    "field_label": "formBuilderFieldLabel_8723641903392688_479D3F66_6DF5_11ED_8591_71FB327CD7DC_8429242770718907",
                                                    "type": "default",
                                                    "required": true
                                                });
                                                form_builder_fields_8723641903392688_479D3F66_6DF5_11ED_8591_71FB327CD7DC.push({
                                                    "field_name": "_" + '4343662501351876',
                                                    "field_label": "formBuilderFieldLabel_8723641903392688_479D3F66_6DF5_11ED_8591_71FB327CD7DC_4343662501351876",
                                                    "type": "default",
                                                    "required": true
                                                });
                                                form_builder_fields_8723641903392688_479D3F66_6DF5_11ED_8591_71FB327CD7DC.push({
                                                    "field_name": "_" + '8965761837966155',
                                                    "field_label": "formBuilderFieldLabel_8723641903392688_479D3F66_6DF5_11ED_8591_71FB327CD7DC_8965761837966155",
                                                    "type": "default",
                                                    "required": true
                                                });
                                            </script>
                                            <input name="DOMAIN" type="hidden" value="florida-court-forms.net">
                                            <input name="DOMAIN_ID" type="hidden" value="38885">
                                            <input name="FORM_CODE" type="hidden" value="8723641903392688">
                                            <input name="SUBMISSION_TYPE" type="hidden" value="1">
                                            <table cellspacing="0" class="formwrapper formbody" style="width: 100%">
                                                <tbody>
                                                    <tr>
                                                        <td colspan="2">
                                                            <div id="FormLayer_8723641903392688_479D3F66_6DF5_11ED_8591_71FB327CD7DC">
                                                                <div align="center" id="MissingFields_8723641903392688_479D3F66_6DF5_11ED_8591_71FB327CD7DC" style="display: none">
                                                                    <br>
                                                                    <strong>
                                                                        This Form cannot be submitted until the missing
                                                                        <br>
                                                                        fields (labelled below in red) have been filled in
                                                                    </strong>
                                                                </div>
                                                            </div>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td colspan="2">
                                                            <h3 style="text-align:center">
                                                            </h3>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td colspan="2" style="font-size:80%">
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td align="right" valign="top">
                                                            <b>
                                                                <span id="formBuilderFieldLabel_8723641903392688_479D3F66_6DF5_11ED_8591_71FB327CD7DC_6767291258308161">
                                                                    <label for="_6767291258308161">
                                                                        Email Address*
                                                                    </label>
                                                                </span>
                                                            </b>
                                                        </td>
                                                        <td>
                                                            <div style="padding-right: 6px">
                                                                <input name="_6767291258308161" onfocus="SS_LDR_recaptcha()" size="45" type="text" value="">
                                                            </div>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td align="right" valign="top">
                                                            <b>
                                                                <span id="formBuilderFieldLabel_8723641903392688_479D3F66_6DF5_11ED_8591_71FB327CD7DC_6665924001725973">
                                                                    <label for="_6665924001725973">
                                                                        First Name*
                                                                    </label>
                                                                </span>
                                                            </b>
                                                        </td>
                                                        <td>
                                                            <div style="padding-right: 6px">
                                                                <input name="_6665924001725973" onfocus="SS_LDR_recaptcha()" size="45" type="text" value="">
                                                            </div>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td align="right" valign="top">
                                                            <b>
                                                                <span id="formBuilderFieldLabel_8723641903392688_479D3F66_6DF5_11ED_8591_71FB327CD7DC_1476461881091292">
                                                                    <label for="_1476461881091292">
                                                                        Last Name*
                                                                    </label>
                                                                </span>
                                                            </b>
                                                        </td>
                                                        <td>
                                                            <div style="padding-right: 6px">
                                                                <input name="_1476461881091292" onfocus="SS_LDR_recaptcha()" size="45" type="text" value="">
                                                            </div>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td align="right" valign="top">
                                                            <b>
                                                                <span id="formBuilderFieldLabel_8723641903392688_479D3F66_6DF5_11ED_8591_71FB327CD7DC_8429242770718907">
                                                                    <label for="_8429242770718907">
                                                                        Telephone*
                                                                    </label>
                                                                </span>
                                                            </b>
                                                        </td>
                                                        <td>
                                                            <div style="padding-right: 6px">
                                                                <input name="_8429242770718907" onfocus="SS_LDR_recaptcha()" size="45" type="text" value="">
                                                            </div>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td align="right" valign="top">
                                                            <b>
                                                                <span id="formBuilderFieldLabel_8723641903392688_479D3F66_6DF5_11ED_8591_71FB327CD7DC_4343662501351876">
                                                                    <label for="_4343662501351876">
                                                                        Best Time to Call*
                                                                    </label>
                                                                </span>
                                                            </b>
                                                        </td>
                                                        <td>
                                                            <div style="padding-right: 6px">
                                                                <input name="_4343662501351876" onfocus="SS_LDR_recaptcha()" size="45" type="text" value="">
                                                            </div>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td align="right" valign="top">
                                                            <b>
                                                                <span id="formBuilderFieldLabel_8723641903392688_479D3F66_6DF5_11ED_8591_71FB327CD7DC_8965761837966155">
                                                                    <label for="_8965761837966155">
                                                                        How can we help?*
                                                                    </label>
                                                                </span>
                                                            </b>
                                                        </td>
                                                        <td>
                                                            <textarea cols="42" name="_8965761837966155" onfocus="SS_LDR_recaptcha()" rows="3"></textarea>
                                                        </td>
                                                    </tr>
                                                    <script>
                                                        function playSound(bPlay) {
                                                            if (is.firefox || is.safari) {
                                                                if (bPlay) {
                                                                    window.open('//www.florida-court-forms.net/cgi-bin/CAPTCHA/Sound.pl?domain=florida-court-forms.net&name=8723641903392688', 'SoundWindow', 'scrollbars=no,resizable=no,width=10,height=10');
                                                                }
                                                            } else if (!is.ie) {
                                                                var sound = new Audio('//www.florida-court-forms.net/cgi-bin/CAPTCHA/Sound.pl?domain=florida-court-forms.net&name=8723641903392688');
                                                                if (bPlay) {
                                                                    var auEmb = document.getElementById('auEmb');
                                                                    auEmb.innerHTML = '';
                                                                    document.getElementById('auEmb').appendChild(sound);
                                                                    sound.play();
                                                                }
                                                            } else {
                                                                var DOM = (document.getElementById) ? true : false;
                                                                var auCon = DOM ? document.getElementById("auIEContainer") : document.auIEContainer;
                                                                auCon.src = bPlay ? "//www.florida-court-forms.net/cgi-bin/CAPTCHA/Sound.pl?domain=florida-court-forms.net&name=8723641903392688" : "";
                                                            }
                                                        }
                                                    </script>
                                                    <tr>
                                                        <td colspan="2">
                                                            <bgsound id="auIEContainer">
                                                            <div id="auEmb" style="position:absolute; visibility:hidden">
                                                            </div>
                                                            <p>
                                                                Please enter the word that you see below. If you cannot read the word just refresh the page.
                                                                <br>
                                                                <!-- (If you cannot see it, click to hear the word, and then enter it.) -->
                                                            </p>
                                                            <p>
                                                                <a href="#SOUND" onclick="playSound(true);">
                                                                    <img align="middle" border="0" class="captcha_img" height="52" src="//www.florida-court-forms.net/cgi-bin/CAPTCHA/Image.pl?domain=florida-court-forms.net&amp;name=8723641903392688" width="240">
                                                                </a>
                &nbsp;&nbsp;
                                                                <input name="submission_challenge" type="text">
                                                            </p>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td colspan="2" style="text-align:center;">
                                                            <input name="Button" type="submit" value="Free Quote">
                                                        </td>
                                                    </tr>
                                                </tbody>
                                            </table>
                                        </form>
                                        <!-- end: tool_blocks.forms.8723641903392688 -->
                                        <br>
                                    </div>
                                </div>
                            </div>
                            <div class="mobileOnly">
                                <h1 style="text-align: left">
         Legal Documents Preparation Services
                                </h1>
                                <h4>
                                    <span style="font-size: 20px;">
                                        <span style="font-weight: normal;">
                                            <em>
                                                Your legal documents ready to file
                                            </em>
                                        </span>
                                        <span style="font-weight: normal;">
                                            <em>
                                                at a price you can afford!
                                            </em>
                                        </span>
                                    </span>
                                    <br>
                                </h4>
                                <div class="ImageBlock ImageBlockCenter">
                                    <img data-pin-media="https://www.florida-court-forms.net/images/customerservice1.jpg" height="187.5" src="https://www.florida-court-forms.net/images/xcustomerservice1.jpg.pagespeed.ic.wJrNqnAb94.jpg" style="width: 300px; height: auto" width="300">
                                </div>
                                <div class="ImageBlock ImageBlockCenter">
                                    <a href="tel:+13868683700" onclick="return FIX.track(this);">
                                        <img data-pin-media="https://www.florida-court-forms.net/images/callnow1.jpg" height="94.5077720207254" src="https://www.florida-court-forms.net/images/callnow1.jpg.pagespeed.ce.mNBn5Kv2P3.jpg" style="width: 228px; height: auto; border-color: #ffffff; border-width: 1px 1px 1px 1px; border-style: solid" width="228">
                                    </a>
                                </div>
                                <p>
                                    Our Petition Preparer Service can have all your documents professionally prepared after a brief interview with our experienced Legal Document Specialists.&nbsp;
                                </p>
                                <p>
                                    Your court papers will be in your hands and ready to file in as little as three days! We guarantee our work. Just ask us for a quote.
                                </p>
                                <div class="mobileOnly">
                                    <div class="ajmobile" style="box-sizing: border-box">
                                        <!-- start: tool_blocks.forms.8075020006147825 -->
                                        <form accept-charset="UTF-8" action="//www.florida-court-forms.net/cgi-bin/fb/FormProcess.pl" class="FormBlockCenter" id="formBuilderForm_8075020006147825_479FE84C_6DF5_11ED_8591_71FB327CD7DC" method="post" onsubmit="return validateFormBuilderForm('8075020006147825_479FE84C_6DF5_11ED_8591_71FB327CD7DC', form_builder_fields_8075020006147825_479FE84C_6DF5_11ED_8591_71FB327CD7DC)">
                                            <style>
                                                .form_builder_form_field_is_missing {
                                                    color               : red
                                                }
                                            </style>
                                            <script src="/ssjs/form_builder/validate.js.pagespeed.jm.X6utwZuDzE.js">
                                            </script>
                                            <script>
                                                var form_builder_fields_8075020006147825_479FE84C_6DF5_11ED_8591_71FB327CD7DC = [];
                                                form_builder_fields_8075020006147825_479FE84C_6DF5_11ED_8591_71FB327CD7DC.push({
                                                    "field_name": "_" + '4992634627062257',
                                                    "field_label": "formBuilderFieldLabel_8075020006147825_479FE84C_6DF5_11ED_8591_71FB327CD7DC_4992634627062257",
                                                    "type": "default",
                                                    "required": true
                                                });
                                                form_builder_fields_8075020006147825_479FE84C_6DF5_11ED_8591_71FB327CD7DC.push({
                                                    "field_name": "_" + '8756857352846035',
                                                    "field_label": "formBuilderFieldLabel_8075020006147825_479FE84C_6DF5_11ED_8591_71FB327CD7DC_8756857352846035",
                                                    "type": "default",
                                                    "required": true
                                                });
                                                form_builder_fields_8075020006147825_479FE84C_6DF5_11ED_8591_71FB327CD7DC.push({
                                                    "field_name": "_" + '6537908264499731',
                                                    "field_label": "formBuilderFieldLabel_8075020006147825_479FE84C_6DF5_11ED_8591_71FB327CD7DC_6537908264499731",
                                                    "type": "default",
                                                    "required": true
                                                });
                                                form_builder_fields_8075020006147825_479FE84C_6DF5_11ED_8591_71FB327CD7DC.push({
                                                    "field_name": "_" + '9711051920688902',
                                                    "field_label": "formBuilderFieldLabel_8075020006147825_479FE84C_6DF5_11ED_8591_71FB327CD7DC_9711051920688902",
                                                    "type": "default",
                                                    "required": true
                                                });
                                                form_builder_fields_8075020006147825_479FE84C_6DF5_11ED_8591_71FB327CD7DC.push({
                                                    "field_name": "_" + '7482858294728650',
                                                    "field_label": "formBuilderFieldLabel_8075020006147825_479FE84C_6DF5_11ED_8591_71FB327CD7DC_7482858294728650",
                                                    "type": "default",
                                                    "required": true
                                                });
                                                form_builder_fields_8075020006147825_479FE84C_6DF5_11ED_8591_71FB327CD7DC.push({
                                                    "field_name": "_" + '7016697048427664',
                                                    "field_label": "formBuilderFieldLabel_8075020006147825_479FE84C_6DF5_11ED_8591_71FB327CD7DC_7016697048427664",
                                                    "type": "default",
                                                    "required": true
                                                });
                                            </script>
                                            <input name="DOMAIN" type="hidden" value="florida-court-forms.net">
                                            <input name="DOMAIN_ID" type="hidden" value="38885">
                                            <input name="FORM_CODE" type="hidden" value="8075020006147825">
                                            <input name="SUBMISSION_TYPE" type="hidden" value="1">
                                            <table cellspacing="0" class="formwrapper formbody" style="width: 100%">
                                                <tbody>
                                                    <tr>
                                                        <td colspan="2">
                                                            <div id="FormLayer_8075020006147825_479FE84C_6DF5_11ED_8591_71FB327CD7DC">
                                                                <div align="center" id="MissingFields_8075020006147825_479FE84C_6DF5_11ED_8591_71FB327CD7DC" style="display: none">
                                                                    <br>
                                                                    <strong>
                                                                        This Form cannot be submitted until the missing
                                                                        <br>
                                                                        fields (labelled below in red) have been filled in
                                                                    </strong>
                                                                </div>
                                                            </div>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td colspan="2">
                                                            <h3 style="text-align:left">
                                                            </h3>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td colspan="2" style="font-size:80%">
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td colspan="2">
                                                            <b>
                                                                <span id="formBuilderFieldLabel_8075020006147825_479FE84C_6DF5_11ED_8591_71FB327CD7DC_4992634627062257">
                                                                    <label for="_4992634627062257">
                                                                        Email Address*
                                                                    </label>
                                                                </span>
                                                            </b>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td colspan="2">
                                                            <div style="padding-right: 6px">
                                                                <input name="_4992634627062257" onfocus="SS_LDR_recaptcha()" size="26" type="text" value="">
                                                            </div>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td colspan="2">
                                                            <b>
                                                                <span id="formBuilderFieldLabel_8075020006147825_479FE84C_6DF5_11ED_8591_71FB327CD7DC_8756857352846035">
                                                                    <label for="_8756857352846035">
                                                                        First Name*
                                                                    </label>
                                                                </span>
                                                            </b>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td colspan="2">
                                                            <div style="padding-right: 6px">
                                                                <input name="_8756857352846035" onfocus="SS_LDR_recaptcha()" size="26" type="text" value="">
                                                            </div>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td colspan="2">
                                                            <b>
                                                                <span id="formBuilderFieldLabel_8075020006147825_479FE84C_6DF5_11ED_8591_71FB327CD7DC_6537908264499731">
                                                                    <label for="_6537908264499731">
                                                                        Last Name*
                                                                    </label>
                                                                </span>
                                                            </b>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td colspan="2">
                                                            <div style="padding-right: 6px">
                                                                <input name="_6537908264499731" onfocus="SS_LDR_recaptcha()" size="26" type="text" value="">
                                                            </div>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td colspan="2">
                                                            <b>
                                                                <span id="formBuilderFieldLabel_8075020006147825_479FE84C_6DF5_11ED_8591_71FB327CD7DC_9711051920688902">
                                                                    <label for="_9711051920688902">
                                                                        Telephone*
                                                                    </label>
                                                                </span>
                                                            </b>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td colspan="2">
                                                            <div style="padding-right: 6px">
                                                                <input name="_9711051920688902" onfocus="SS_LDR_recaptcha()" size="26" type="text" value="">
                                                            </div>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td colspan="2">
                                                            <b>
                                                                <span id="formBuilderFieldLabel_8075020006147825_479FE84C_6DF5_11ED_8591_71FB327CD7DC_7482858294728650">
                                                                    <label for="_7482858294728650">
                                                                        Best Time to Call*
                                                                    </label>
                                                                </span>
                                                            </b>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td colspan="2">
                                                            <div style="padding-right: 6px">
                                                                <input name="_7482858294728650" onfocus="SS_LDR_recaptcha()" size="26" type="text" value="">
                                                            </div>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td colspan="2">
                                                            <b>
                                                                <span id="formBuilderFieldLabel_8075020006147825_479FE84C_6DF5_11ED_8591_71FB327CD7DC_7016697048427664">
                                                                    <label for="_7016697048427664">
                                                                        How can we help?*
                                                                    </label>
                                                                </span>
                                                            </b>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td colspan="2">
                                                            <textarea cols="27" name="_7016697048427664" onfocus="SS_LDR_recaptcha()" rows="3"></textarea>
                                                        </td>
                                                    </tr>
                                                    <script>
                                                        function playSound(bPlay) {
                                                            if (is.firefox || is.safari) {
                                                                if (bPlay) {
                                                                    window.open('//www.florida-court-forms.net/cgi-bin/CAPTCHA/Sound.pl?domain=florida-court-forms.net&name=8075020006147825', 'SoundWindow', 'scrollbars=no,resizable=no,width=10,height=10');
                                                                }
                                                            } else if (!is.ie) {
                                                                var sound = new Audio('//www.florida-court-forms.net/cgi-bin/CAPTCHA/Sound.pl?domain=florida-court-forms.net&name=8075020006147825');
                                                                if (bPlay) {
                                                                    var auEmb = document.getElementById('auEmb');
                                                                    auEmb.innerHTML = '';
                                                                    document.getElementById('auEmb').appendChild(sound);
                                                                    sound.play();
                                                                }
                                                            } else {
                                                                var DOM = (document.getElementById) ? true : false;
                                                                var auCon = DOM ? document.getElementById("auIEContainer") : document.auIEContainer;
                                                                auCon.src = bPlay ? "//www.florida-court-forms.net/cgi-bin/CAPTCHA/Sound.pl?domain=florida-court-forms.net&name=8075020006147825" : "";
                                                            }
                                                        }
                                                    </script>
                                                    <tr>
                                                        <td colspan="2">
                                                            <bgsound id="auIEContainer">
                                                            <div id="auEmb" style="position:absolute; visibility:hidden">
                                                            </div>
                                                            <p>
                                                                Please enter the word that you see below. If you cannot read the word just refresh the page.
                                                                <br>
                                                                <!-- (If you cannot see it, click to hear the word, and then enter it.) -->
                                                            </p>
                                                            <p>
                                                                <a href="#SOUND" onclick="playSound(true);">
                                                                    <img align="middle" border="0" class="captcha_img" height="52" src="//www.florida-court-forms.net/cgi-bin/CAPTCHA/Image.pl?domain=florida-court-forms.net&amp;name=8075020006147825" width="240">
                                                                </a>
                &nbsp;&nbsp;
                                                                <input name="submission_challenge" type="text">
                                                            </p>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td colspan="2" style="text-align:center;">
                                                            <input name="Button" type="submit" value="Free Quote">
                                                        </td>
                                                    </tr>
                                                </tbody>
                                            </table>
                                        </form>
                                        <!-- end: tool_blocks.forms.8075020006147825 -->
                                    </div>
                                </div>
                            </div>
                            <!-- end: shared_blocks.99443653#Petition Preparer Service -->
                        </div>
                        <!-- start: shared_blocks.180063481#Paralegal Service Notice -->
                        <div class="" style="border-color: #666666; border-width: 0 0 2px 0; border-style: solid; box-sizing: border-box">
                            <h3>
                                <span style="font-size: 22px;">
                                    <br>
         A Note About Our Document Preparation Service
                                </span>
                                <br>
                            </h3>
                            <p>
                                <span style="font-weight: normal;">
                                    Our service provides legal documents for consumers who are self-represented (also known as pro se litigants).&nbsp;&nbsp;
                                </span>
                                <span style="font-weight: normal;">
                                    Most people understand that a paralegal is someone who prepares legal documents and a paralegal service is a business that offers the preparation of these documents to the public.&nbsp;
                                </span>
                                <br>
                                <br>
                                <span style="font-weight: normal;">
                                    In Florida, as a business providing documents and services for the self represented, we are not required to be supervised by an attorney unless we call ourselves&nbsp;
                                    <em>
                                        paralegals
                                    </em>
                                    .&nbsp;
                                </span>
                                <br>
                                <br>
                                <span style="font-weight: normal;">
                                    We abide by all rules and guidelines and we prefer to be referred to as Legal Document Preparers.&nbsp;&nbsp;
                                </span>
                                <span style="font-weight: normal;">
                                    We offer an affordable pro-se document preparation service to consumers who are proceeding in court without a lawyer.&nbsp;
                                </span>
                                <br>
                            </p>
                        </div>
                        <!-- end: shared_blocks.180063481#Paralegal Service Notice -->
                        <!-- start: shared_blocks.94127655#above-socialize-it -->
                        <!-- start: shared_blocks.176612524#Share Above Socialize It -->
                        <div style="overflow-x: auto;">
                            <table border="0" class="columns_block grid_block" style="width: 100%;">
                                <tbody>
                                    <tr>
                                        <td class="column_0" style="width: 33.49%;vertical-align:top;">
                                        </td>
                                        <td class="column_1" style="width: 66.51%;vertical-align:top;">
                                            <div style="overflow-x: auto;">
                                                <table border="0" class="columns_block grid_block" style="width: 100%;">
                                                    <tbody>
                                                        <tr>
                                                            <td class="column_0" style="width: 50%;vertical-align:top;">
                                                                <!-- start: tool_blocks.faceit_like.2 -->
                                                                <div style="min-height:32px; display: block;">
                                                                    <div class="fb-like" data-action="recommend" data-href="http://www.florida-court-forms.net" data-send="true" data-show-faces="false" data-width="460">
                                                                    </div>
                                                                </div>
                                                                <!-- end: tool_blocks.faceit_like.2 -->
                                                            </td>
                                                            <td class="column_1" style="width: 50%;vertical-align:top;">
                                                            </td>
                                                        </tr>
                                                    </tbody>
                                                </table>
                                            </div>
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                        </div>
                        <!-- start: shared_blocks.176612528#AddThis (old) -->
                        <div align="center">
                            <!-- ADDTHIS BUTTON BEGIN -->
                            <script>
                                var addthis_config = {
                                    pubid: "ra-4ec85a9d4c0bbe72"
                                };
                            </script>
                            <a class="addthis_button" href="https://www.addthis.com/bookmark.php?v=250">
                                <img alt="Share" border="0" height="20" src="https://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="150">
                            </a>
                            <script src="https://s7.addthis.com/js/250/addthis_widget.js">
                            </script>
                            <!-- ADDTHIS BUTTON END -->
                        </div>
                        <br>
                        <!-- end: shared_blocks.176612528#AddThis (old) -->
                        <!-- end: shared_blocks.176612524#Share Above Socialize It -->
                        <!-- end: shared_blocks.94127655#above-socialize-it -->
                        <!-- start: shared_blocks.94127624#socialize-it -->
                        <br>
                        <div class="socializeIt socializeIt-responsive" style="border-color: #cccccc; border-width: 1px 1px 1px 1px; border-style: solid; box-sizing: border-box">
                        </div>
                        <!-- end: shared_blocks.94127624#socialize-it -->
                        <!-- start: shared_blocks.94127652#below-socialize-it -->
                        <div class="mobileOnly">
                        </div>
                        <!-- end: shared_blocks.94127652#below-socialize-it -->
                        <div ;="" align="center" style="font-size: 14px">
       Page last updated 02/03/2019
                            <br>
                            You are here:
                            <span itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb">
                                <a href="https://www.florida-court-forms.net/" itemprop="url">
                                    <span itemprop="title">
                                        Home
                                    </span>
                                </a>
                            </span>
                        </div>
                    </div>
                    <!-- end Liner -->
                </div>
                <!-- end ContentColumn -->
            </div>
            <!-- end ContentWrapper -->
            <div id="FooterWrapper">
                <div id="Footer">
                    <div class="Liner">
                        <!-- start: shared_blocks.94127626#above-bottom-nav -->
                        <!-- end: shared_blocks.94127626#above-bottom-nav -->
                        <!-- start: shared_blocks.94127629#bottom-navigation -->
                        <p align="center">
                            <a href="/">
        Home
                            </a>
                            |
                            <a href="#">
                                Top
                            </a>
                            |
                            <a href="https://www.florida-court-forms.net/contact-florida-court-forms.html">
                                Contact
                            </a>
                            |
                            <a href="https://www.florida-court-forms.net/privacy-policy.html">
                                Privacy
                            </a>
                            |
                            <a href="https://www.florida-court-forms.net/disclaimer.html">
                                Terms of Service
                            </a>
                        </p>
                        <!-- end: shared_blocks.94127629#bottom-navigation -->
                        <!-- start: shared_blocks.94127623#below-bottom-nav -->
                        <!-- end: shared_blocks.94127623#below-bottom-nav -->
                        <!-- start: shared_blocks.94127628#footer -->
                        <!-- start: tool_blocks.footer -->
                        <div class="page_footer_container">
                            <div class="page_footer_content">
                                <div class="page_footer_liner" style="white-space:pre-line">
                                    <div class="page_footer_text">
          This site accepts advertising and other forms of compensation.
                                        <br>
                                        All content on this site is for informational purposes only and is not legal advice.
                                        <br>
                                        &copy; Copyright 2008 - 2019, The Petition Preparer, LLC
                                        <!-- Start of StatCounter Code for Default Guide -->
                                        <script>
                                            var sc_project = 7339167;
                                            var sc_invisible = 1;
                                            var sc_security = "39bea60f";
                                        </script>
                                        <script src="https://www.statcounter.com/counter/counter.js">
                                        </script>
                                        <noscript>
                                            <div class="statcounter">
                                                <a href="http://statcounter.com/" rel="noopener" target="_blank" title="site stats">
                                                    img class="statcounter" src="https://c.statcounter.com/7339167/0/39bea60f/1/" alt="site stats"&gt;
                                                </a>
                                            </div>
                                        </noscript>
                                        <!-- End of StatCounter Code for Default Guide -->
                                        <script>
                                            (function(i, s, o, g, r, a, m) {
                                                i['GoogleAnalyticsObject'] = r;
                                                i[r] = i[r] || function() {
                                                    (i[r].q = i[r].q || []).push(arguments);
                                                }, i[r].l = 1 * new Date();
                                                a = s.createElement(o), m = s.getElementsByTagName(o)[0];
                                                a.async = 1;
                                                a.src = g;
                                                m.parentNode.insertBefore(a, m);
                                            })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
                                            ga('create', 'UA-6716200-1', 'auto');
                                            ga('require', 'displayfeatures');
                                            ga('send', 'pageview');
                                        </script>
                                    </div>
                                </div>
                            </div>
                        </div>
                        <!-- end: tool_blocks.footer -->
                        <!-- end: shared_blocks.94127628#footer -->
                    </div>
                    <!-- end Liner -->
                </div>
                <!-- end Footer -->
            </div>
            <!-- end FooterWrapper -->
        </div>
        <!-- end PageWrapper -->
        <script src="/sd/support-files/fix.js.pagespeed.jm.3phKUrh9Pj.js">
        </script>
        <script>
            FIX.doEndOfBody();
        </script>
        <script src="/sd/support-files/design.js.pagespeed.jm.uHGT603eP3.js">
        </script>
        <!-- start: tool_blocks.sbi_html_body_end -->
        <script>
            var SS_PARAMS = {
                pinterest_enabled: false,
                googleplus1_on_page: true,
                socializeit_onpage: false
            };
        </script>
        <div id="fb-root">
        </div>
        <script async="" crossorigin="anonymous" defer="" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&amp;version=v4.0&amp;appId=355602241122200&amp;autoLogAppEvents=1">
        </script>
        <style>
            .g-recaptcha {
                display             : inline-block
            }
            .recaptcha_wrapper {
                text-align          : center
            }
        </style>
        <script>
            if (typeof recaptcha_callbackings !== "undefined") {
                SS_PARAMS.recaptcha_callbackings = recaptcha_callbackings || [];
            }
            ;
        </script>
        <script>
            (function(d, id) {
                if (d.getElementById(id)) {
                    return;
                }
                var s = d.createElement('script');
                s.async = true;
                s.defer = true;
                s.src = "/ssjs/ldr.js";
                s.id = id;
                d.getElementsByTagName('head')[0].appendChild(s);
            })(document, '_ss_ldr_script');
        </script>
        <!-- end: tool_blocks.sbi_html_body_end -->
        <!-- Generated at 20:46:15 26-Nov-2022 with walk v153 -->
    </body>
</html>

Latest requests

# Url Url Source Date
1 https://www.florida-court-forms.ne… 2024-05-19 22:31:10
2 https://wiringdiagramcircuit.co/ 2024-05-19 22:30:49
3 https://thebolditalic.com/?gi=28f1… 2024-05-19 22:30:48
4 https://www.doae.go.th/%E0%B8%A5%E… 2024-05-19 22:30:40
5 https://thebolditalic.com/?gi=bd3b… 2024-05-19 22:30:27
6 https://herasatfiziki.blogsky.com/ 2024-05-19 22:30:27
7 https://thelocalbizdirectory.com/ 2024-05-19 22:30:25
8 https://juliusyhxm69394.ltfblog.co… 2024-05-19 22:30:23
9 https://thebolditalic.com/?gi=27a6… 2024-05-19 22:30:22
10 https://thebolditalic.com/?gi=e4f6… 2024-05-19 22:30:22
11 https://wherethedevilhidesmovie.bl… 2024-05-19 22:30:21
12 https://mmsi-pkc.auth0.com/login?s… 2024-05-19 22:30:21
13 https://www.rightsnet.org.uk/?URL=… 2024-05-19 22:30:19
14 https://www-adsmos-com.cdn.ampproj… 2024-05-19 22:30:16
15 https://www.linkedin.com/company/s… 2024-05-19 22:30:14
16 https://seo-consultant-near-me6230… 2024-05-19 22:30:14
17 https://crimmall-com.cdn.ampprojec… 2024-05-19 22:30:05
18 https://thebolditalic.com/?gi=f5a4… 2024-05-19 22:30:04
19 https://pietc332vky0.blogtov.com/ 2024-05-19 22:29:59
20 https://amalfivillarentals.jts-blo… 2024-05-19 22:29:53