Add a Subcontractor

This form is required prior to permit issuance and must be submitted and signed by the Primary Contractor (permit holder) or an authorized agent/delegate (must have notarized authorization letter on file). All contractors must be listed in order to be able to perform work or call in trade-specific inspections. For additional subcontractors in a trade, use an additional subcontractor form.

How to submit:

  1. Upload to your permit record on the Pinellas County Access Portal.
  2. Email to: Blddiweb@pinellas.gov to let them know the Sub-List was uploaded.

 

document.addEventListener("DOMContentLoaded", function () { const btn = document.getElementById("scrollTopBtn"); if (!btn) return; // Show / hide button based on scroll position window.addEventListener("scroll", function () { if (window.scrollY > 300) { btn.classList.add("show"); } else { btn.classList.remove("show"); } }); // Scroll to top when clicked btn.addEventListener("click", function () { window.scrollTo({ top: 0, behavior: "smooth" }); }); });