Get a quote
Tell us about the firearm and the work. Every request gets an answer inside one business day.
Where we are
Piedmont, South Carolina
Drop off in person, or ship to us from any state
Before you come in
A few things that make drop off quick and keep everyone safe.
- Unloaded and cased, action open, magazine out
- Ammunition stays in the vehicle
- Bring photo ID
- Bring any optics or parts you want fitted
- Stuck round or blocked bore? Do not work on it, call us first
Shipping instead of driving? Call or email first so we can send you our license and packing instructions before anything goes in a box.
Setup: connect the form
This block is a note for whoever maintains the site. Delete it once the form is live.
It is the last section in contact.html.
- Create a form endpoint. Web3Forms (web3forms.com) is free and needs nothing but the email address you want requests delivered to. It emails you an access key. Formspree (formspree.io) works too, using the form ID from your endpoint URL.
- Open
assets/form-config.js. - Paste the key between the quotes on the
ACCESS_KEYline, and setPROVIDERto"web3forms"or"formspree". - Save, reupload that one file, and send yourself a test message.
window.STG_FORM = {
ACCESS_KEY: "PASTE-YOUR-KEY-HERE",
PROVIDER: "web3forms",
SUBJECT: "New quote request from stgunworx.com",
REPLY_WINDOW: "one business day"
};
Until a key is in place the form stays visible but refuses to send, and tells the visitor to call instead, so no request is ever silently lost. Nothing else on the site needs editing.