top of page

#239 Ft. Myers, Florida's Favorite Bail Bond Agency

Florida's bail bonds - near you 

Site-Logo 2_edited_edited_edited.png

Shamrock Bail Bonds
1528 Broadway
Ft. Myers, FL 33901

Shamrock Bail Bonds | Inmate Locator

(352) 367-4000

Shamrock Bail Bonds: Ft. Myers, Florida’s Top Bail Bond Service

Features

Bail Bonds & more.....

Notary Public

24/7 Support

Hablamos Español

Easy Paperwork

Florida's Online Bail Bonds

Licensed & Professional

Collaborative, Professional Team

"I was out as fast as I was booked in. I have never been through a situation like this before and I was made to feel at ease by the friendly, professional staff." 

-Client D.C.

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); }); }); }); });