Get a quote

Tell us about the firearm and the work. Every request gets an answer inside one business day.

Call the shop

(864) 245-6201

Tuesday to Friday 9am to 6pm, Saturday 9am to 3pm

Email

chrisw@stgunworx.com

Send photos with your message if you have them

Where we are

Piedmont, South Carolina

Drop off in person, or ship to us from any state

Request a quote

Please do not send serial numbers or personal identification through this form. We take those at drop off.

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.

  1. 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.
  2. Open assets/form-config.js.
  3. Paste the key between the quotes on the ACCESS_KEY line, and set PROVIDER to "web3forms" or "formspree".
  4. 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.