top of page

CONTACT

We make the bail bond process easy and stress-free. If you need bond guidance, we've got you covered every step of the way! 

   
Conveniently located in the heart of the River District, our office is open from 8 AM to 5 PM, Monday to Friday. If you are here around lunch, there are plenty of options next door and down the street, on Broadway. Downtown favorites, such as "Ichiban", "The Standard", "Seed & Bean,"  are "Martian Smoke Shop" are just a few of the great local businesses on the block. Shamrock has been in the same office at 1528 Broadway since 2012! 

   
Need to meet outside office hours?
   
No problem! A licensed bail bond agent is available for appointments!


Contact us today and let's review your situation's details!

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