top of page

How to Become a Bondsman - Launch a Successful Career in Bail Bonds in Florida

Here's a concise step-by-step guide on how to get licensed as a bail bondsman in Florida:

 

1. Meet basic requirements:

 

   - Be at least 18 years old
   - Be a U.S. citizen or legal alien
   - Have a high school diploma or equivalent

2. Complete the pre-licensing education:

   - Enroll in a 120-hour course approved by the Florida Department of Financial Services. This is        a webinar or in-person. 

      - Enroll in and successfully complete the 20 hour correspondence course approved by the        department.

        This course is offered by:  The University of Florida (352) 392-1711          

         https://pwd.aa.ufl.edu/bail-bonds/ or  Florida Bail Bonds Institute (954) 251-2387

3. Pass the state examination:

     - Schedule and take the bail bond agent exam - you better study! 

4. Get a job: 
 

      - Secure sponsorship from a licensed and appointed bail bond agency or managing                       general agent. 2023 marks the first year that a year-long internship is not required by the Department. Are we hiring? You bet! 

 

5. Submit application:
   

        - Complete the online application through the MyProfile account on the Department of Financial Services website
        - Pay the required fees

6. Undergo background check:
      - Submit fingerprints for a criminal history check

7. Receive license:
   - Upon approval, receive your bail bond agent license

8. Complete continuing education:
   - Fulfill 14 hours of continuing education every two years to maintain your license

bottom of page
import wixUsers from 'wix-users'; import wixLocation from 'wix-location'; // Assume your form is a Lightbox $w.onReady(function () { // Event handler for form submission $w("#submitButton").onClick(() => { // Get user details const user = wixUsers.currentUser; user.getEmail() .then((email) => { user.getRoles() .then((roles) => { const role = roles[0]; // Assuming there's at least one role const name = $w("#nameInput").value; // Get name from input field const email = $w(“#email).value; // Get email from input field // Generate Jotform prefill URL const formURL = `https://form.jotform.com/241645490601150${encodeURIComponent(name)}&email=${encodeURIComponent(email)}`; // Redirect to the Jotform wixLocation.to(formURL); }); }); }); });