palmettostatearmory.com
Open in
urlscan Pro
2606:4700::6812:a257
Public Scan
Submitted URL: https://u20587818.ct.sendgrid.net/ls/click?upn=7-2B8s5chZOOT30jIM7xkJg17MTWRYZgmFMCWj9GGEHfm7WJwBlha3QOsUeXPjEobk9l9h3SjnOVVCXkb0S...
Effective URL: https://palmettostatearmory.com/help-center/contact/
Submission: On June 23 via api from BE — Scanned from DE
Effective URL: https://palmettostatearmory.com/help-center/contact/
Submission: On June 23 via api from BE — Scanned from DE
Form analysis
6 forms found in the DOMGET https://palmettostatearmory.com/catalogsearch/result/
<form class="form minisearch" id="search_mini_form" action="https://palmettostatearmory.com/catalogsearch/result/" method="get">
<div class="field search">
<label class="label" for="search" data-role="minisearch-label">
<span>Search</span>
</label>
<div class="control">
<input id="search" type="text" name="q" value="" placeholder="Search PSA by Keyword..." class="input-text" maxlength="30" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off" data-block="autocomplete-form">
<div id="search_autocomplete" class="search-autocomplete"></div>
<div class="search-autocomplete loading"></div>
</div>
</div>
<div class="actions">
<button type="submit" title="Search" class="action search" disabled="">
<span>Search</span>
</button>
<button type="button" title="cancel" class="action cancel">Cancel</button>
</div>
</form>
GET https://palmettostatearmory.com/help-center/search/results/
<form method="get" class="search__form" data-block="helpcenter-search" data-bind="attr: {action: action_url}, afterRender: setForm" action="https://palmettostatearmory.com/help-center/search/results/">
<div class="control">
<input type="text" class="search__query" name="q" placeholder="What are you looking for?" autocomplete="off" data-bind="value: query, hasFocus: resultsVisible, afterRender: setInput">
<div class="actions">
<button type="submit" title="Search" class="action search">
<span>Search</span>
</button>
</div>
<div class="search__results u-elevation-active" data-bind="fadeVisible: resultsVisible()" style="display: none;">
<!-- HTML from ajax is inserted here -->
<div class="results__autocomplete" data-bind="css: {'has-results': results().length}">
<div class="loading results__link" data-bind="visible: loading()" style="display: none;">
<span class="results__link psa-icon-spinner"></span>
</div>
<div class="results__link no-results" data-bind="visible: query() && !results().length && !loading()" style="display: none;">
<p class="u-text-lg">No Results</p>
</div>
<ul class="results__list" data-bind="foreach: {
data: results(),
as: 'result'
}, visible: !loading() && results().length > 0" style="display: none;"></ul>
</div>
<div class="results__footer">
<a class="results__contact u-text-xs" data-bind="attr: {href: getContactUrl()}" href="https://palmettostatearmory.com/help-center/contact/">
<span data-bind="i18n: 'Can\'t find what you\'re looking for? Let us know how we can help.'">Can't find what you're looking for? Let us know how we can help.</span>
</a>
<!--
<p class="results__error u-text-xs">
There was an error processing your request.
</p>
-->
</div>
</div>
</div>
</form>
POST https://palmettostatearmory.com/help-center/contact/submit/
<form action="https://palmettostatearmory.com/help-center/contact/submit/" class="contact__form" method="POST" data-bind="event: {
submit: submitForm
},
attr: {
action: form_action
},
afterRender: setForm,
mageInit: {
validation: {errorClass: "mage-error"}
}" novalidate="novalidate">
<div class="form__row fieldset">
<div class="form__column w-1/1 field required">
<label class="label" for="name">Name</label>
<div class="control">
<input type="text" id="name" name="name" title="Text Input" class="input-text" placeholder="Enter Name" autocomplete="off" aria-required="true" data-validate="{required:true, pattern:/^[a-z\'\s\.]+$/i}"
data-bind="disable: loading(), afterRender: keyBindValidation">
<span data-bind="visible: valid_name() !== null,
css: {
'validation-control': true,
'validation-passed': valid_name(),
'validation-error': !valid_name()
}" class="validation-control validation-error" style="display: none;"></span>
</div>
</div>
</div>
<div class="form__row fieldset">
<div class="form__column w-1/1 sm:w-1/2 field required">
<label class="label" for="email" data-bind="i18n: 'Email'">Email</label>
<div class="control">
<input type="text" id="email" name="email" title="Text Input" class="input-text" placeholder="Enter Email" autocomplete="off" aria-required="true" data-validate="{"required":true, "validate-email":true}"
data-bind="disable: loading(), afterRender: keyBindValidation">
<span data-bind="visible: valid_email() !== null,
css: {
'validation-control': true,
'validation-passed': valid_email(),
'validation-error': !valid_email()
}" class="validation-control validation-error" style="display: none;"></span>
</div>
</div>
<div class="form__column w-1/1 sm:w-1/2 field">
<label class="label" for="phone" data-bind="i18n: 'Phone'">Phone</label>
<div class="control">
<input type="text" id="phone" name="phone" title="Text Input" class="input-text" placeholder="(000) 000-0000" autocomplete="off" aria-required="true" data-validate="{"required":true, "validate-phoneLax":true}"
data-bind="disable: loading(), mageInit: {'phoneMask': {'mask':'(000) 000-0000'}}, afterRender: keyBindValidation">
<span data-bind="visible: valid_phone() !== null,
css: {
'validation-control': true,
'validation-passed': valid_phone(),
'validation-error': !valid_phone()
}" class="validation-control validation-error" style="display: none;"></span>
</div>
</div>
</div>
<div class="form__row fieldset">
<div class="form__column w-1/1 sm:w-1/2 field required">
<label class="label" for="reason" data-bind="i18n: 'Contact Reason'">Contact Reason</label>
<div class="control">
<select type="text" id="reason" name="reason" title="Select Input" class="select" aria-required="true" data-bind="value: reason, disable: loading(), afterRender: keyBindValidation"
data-validate="{"required":true, "validate-select":true}">
<option value="">Select a Reason</option>
<!-- ko foreach: {data: Object.keys(contact_reasons), as: 'value'} -->
<option data-bind="value: value, i18n: $parent.contact_reasons[value]" value="0">Order Status Request</option>
<option data-bind="value: value, i18n: $parent.contact_reasons[value]" value="1">Order Cancellation Request</option>
<option data-bind="value: value, i18n: $parent.contact_reasons[value]" value="2">Return Merchandise Authorization (RMA) Request</option>
<option data-bind="value: value, i18n: $parent.contact_reasons[value]" value="3">Problem with a PSA Product</option>
<option data-bind="value: value, i18n: $parent.contact_reasons[value]" value="4">Repair Status Request</option>
<option data-bind="value: value, i18n: $parent.contact_reasons[value]" value="5">Incorrect / Incomplete Order Received</option>
<option data-bind="value: value, i18n: $parent.contact_reasons[value]" value="6">UPS Related Claim Issues</option>
<option data-bind="value: value, i18n: $parent.contact_reasons[value]" value="7">FFL Questions</option>
<option data-bind="value: value, i18n: $parent.contact_reasons[value]" value="8">Submit FFL License Documents (Only)</option>
<!-- /ko -->
</select>
</div>
</div>
<div class="form__column w-1/1 sm:w-1/2 field">
<label class="label" for="orderNumber" data-bind="i18n: 'Order Number'">Order Number</label>
<div class="control">
<input type="text" id="orderNumber" name="orderNumber" title="Text Input" class="text" aria-required="false" placeholder="Enter Order Number" data-validate="{"validate-help-center-order-number":true}"
data-bind="disable: loading(), afterRender: keyBindValidation">
<span data-bind="visible: valid_orderNumber() !== null,
css: {
'validation-control': true,
'validation-passed': valid_orderNumber(),
'validation-error': !valid_orderNumber()
}" class="validation-control validation-error" style="display: none;"></span>
</div>
</div>
</div>
<div class="form__row fieldset">
<!-- ko if: reason() === '3' --><!-- /ko -->
</div>
<div class="form__row fieldset">
<!-- ko if: reason() === '0' --><!-- /ko -->
<!-- ko if: reason() === '1' --><!-- /ko -->
<!-- ko if: reason() === '2' --><!-- /ko -->
<!-- ko if: reason() === '3' --><!-- /ko -->
<!-- ko if: reason() === '3' && (issue() === '2' || issue() === '3' || issue() === '4') --><!-- /ko -->
<!-- ko if: reason() === '6' --><!-- /ko -->
<!-- ko if: reason() === '3' --><!-- /ko -->
<!-- ko if: reason() === '3' && (issue() === '2' || issue() === '3' || issue() === '4') --><!-- /ko -->
</div>
<!-- ko if: reason() === '3' && (issue() === '2' || issue() === '3' || issue() === '4') --><!-- /ko -->
<!-- ko if: reason() === '3' && (issue() === '2' || issue() === '3' || issue() === '4') --><!-- /ko -->
<div class="form__row fieldset">
<div class="form__column w-1/1 field required">
<label class="label" for="message" data-bind="i18n: 'Detailed Description of Issue'">Detailed Description of Issue</label>
<div class="control">
<textarea rows="4" id="message" name="message" title="Select Input" class="text" aria-required="true" placeholder="Enter Message" data-validate="{"required":true}"
data-bind="disable: loading(), afterRender: keyBindValidation"></textarea>
</div>
</div>
</div>
<!-- ko if: reason() === '2' || reason() === '8' ||
(reason() === '3' && (issue() === '2' || issue() === '3' || issue() === '4')) --><!-- /ko -->
<!-- ko foreach: getRegion('additional-form-fields') --><!-- /ko -->
<div class="form__row fieldset">
<div class="form__column w-1/1">
<button class="form__submit w-1/1" type="submit" data-bind="disable: loading(), i18n: 'Send Message'">Send Message</button>
<p class="form__log w-1/1" data-status="inactive"></p>
</div>
</div>
<span class="loader psa-icon-spinner" data-bind="fadeVisible: loading()" style="display: none;"></span>
</form>
POST https://palmettostatearmory.com/newsletter/subscriber/new/
<form class="form subscribe" novalidate="novalidate" action="https://palmettostatearmory.com/newsletter/subscriber/new/" method="post" id="newsletter-validate-detail">
<input name="form_key" type="hidden" value="dyS2TownlLdEHODN">
<div class="field newsletter">
<label class="label" for="emailAddr2"><span>Sign Up for Our Newsletter:</span></label>
<div class="control">
<input name="email" type="email" id="emailAddr2" placeholder="Sign up for our Daily Deals and News" data-validate="{required:true, 'validate-email':true}">
</div>
</div>
<div class="actions">
<button class="action subscribe" title="Subscribe" type="submit">
<span>Subscribe</span>
</button>
</div>
<div class="field-recaptcha" id="msp-recaptcha-58312e2256fb5bcda606e9b5046e00ef-container" data-bind="scope:'msp-recaptcha-58312e2256fb5bcda606e9b5046e00ef'">
<!-- ko template: getTemplate() -->
<!-- ko if: (getIsVisible()) --><!-- /ko -->
<!-- /ko -->
</div>
</form>
POST
<form id="bis_form" method="post" action="" autocomplete="off" data-bind="
event: {
submit: submit
},
mageInit: {
"validation": {"errorClass": "mage-error"}
},
afterRender: setForm,
visible: !success()
" novalidate="novalidate">
<p class="instructions" data-bind="text: instructions">Please enter your email address, and we will notify you when the product is back in stock.</p>
<input type="hidden" name="sku" data-bind="value: productSku" value="">
<fieldset class="fieldset">
<div class="field required">
<label for="bis_email" class="label"><span>Email</span></label>
<div class="control">
<input type="email" name="email" id="bis_email" autocomplete="email" title="Email" class="input-text" data-validate="{required: true, 'validate-email': true}" data-bind="value: email" placeholder="Enter your email" aria-required="true">
</div>
</div>
</fieldset>
<fieldset class="fieldset recaptcha">
<div class="field-recaptcha" id="msp-recaptcha-f746955830c0cca799a62235e4924012-container" data-bind="scope:'msp-recaptcha-f746955830c0cca799a62235e4924012'">
<!-- ko template: getTemplate() -->
<!-- ko if: (getIsVisible()) --><!-- /ko -->
<!-- /ko -->
</div>
</fieldset>
</form>
POST https://palmettostatearmory.com/customer/account/loginPost/
<form class="form" action="https://palmettostatearmory.com/customer/account/loginPost/" method="post" data-mage-init="{"validation": {}}" autocomplete="">
<img class="login-popup__image" src="https://palmettostatearmory.com/media/logo/websites/1/palmetto_state_armory_header.png">
<div class="block">
<div class="block-title">
<h3>Log In</h3>
</div>
</div>
<fieldset class="fieldset">
<div class="field required">
<label for="login_popup_email" class="label">
<span>Email</span>
</label>
<div class="control">
<input type="email" class="input-text" name="login[username]" id="login_popup_email" placeholder="Enter Your Email" title="Email" data-validate="{required:true, 'validate-email':true}" autocomplete="">
</div>
</div>
<div class="field required">
<label for="login_popup_password" class="label">
<span>Password</span>
</label>
<div class="control">
<input type="password" class="input-text" name="login[password]" id="login_popup_password" placeholder="Enter Your Password" title="Password" data-validate="{required:true, 'validate-password':true}" autocomplete="">
</div>
</div>
</fieldset>
<div class="actions-toolbar">
<div id="login-popup-captcha-wrapper" class="normal">
<div class="g-recaptcha"></div>
</div>
<div class="primary">
<button type="submit" class="action login secondary" title="Login">
<span>Login</span>
</button>
</div>
<div class="secondary-wrapper">
<div class="secondary forgot-password">
<a class="action" href="https://palmettostatearmory.com/customer/account/forgotpassword/">Forgot Password?</a>
</div>
<div class="secondary create-account">
<a class="action" href="https://palmettostatearmory.com/customer/account/create/">Create Account</a>
</div>
</div>
</div>
</form>
Text Content
6/23/2023 The store will not work correctly in the case when cookies are disabled. JavaScript seems to be disabled in your browser. For the best experience on our site, be sure to turn on Javascript in your browser. Menu Close Search Search Search Cancel Search Log In Help Center View Cart Daily Deals Close * PSA * PA-15 * Jakl NEW * PSAK-47 * PA9 / AR-V / PCC * Handguns NEW * Sabre NEW * AK-V FEATURED * AK 5.56 NEW -------------------------------------------------------------------------------- ALSO IN PSA PRODUCTS: * AK-104NEW * PSAK-47 GF5 NEW * PSAK-47 GF4 NEW * AK-103 * AK-105 * AK-P * PSA Custom * KS-47 * PSA Gear * WBP Kit BuildsNEW * PA-10 * ComBloc Kit GunsNEW -------------------------------------------------------------------------------- Shop all PSA Products Shop Now * Ammo * Bulk Ammo Deals * 5.56 Ammo * .223 Ammo * 9mm Ammo * 300 Blackout Ammo * Shotgun Ammo * Rimfire Ammo * Reloading -------------------------------------------------------------------------------- ALSO IN AMMO: * Rifle Ammo * Ammo Cans * Subsonic Ammo * Handgun Ammo * Steel Cased Ammo * Storage * XM855 Ammo * XM193 Ammo * AR-15 Ammo -------------------------------------------------------------------------------- Shop Ammo by Caliber Shop Ammo by Caliber Shop Now * AR-15 * Complete Guns * Kits * Uppers * Parts -------------------------------------------------------------------------------- ALSO IN AR-15: * Lower Receivers * Upper Parts * Lower Parts * Lower Build Kits & Parts Kits * Pistol Kits * 300 Blackout * Meme Lowers * Slings -------------------------------------------------------------------------------- Shop all AR-15 Daily Deals Shop Now * AR-10 * Complete Rifles * Uppers * Lower Parts * Lower Receivers -------------------------------------------------------------------------------- ALSO IN AR-10: * Upper Parts * Kits * Lowers -------------------------------------------------------------------------------- Shop all AR-10 Daily Deals Shop Now * AK-47 * 100 Series * PSAK-47 GF3 * PSAK-47 GF4 * PSAK-47 GF5 * Type 56 NEW * AK-V * AK 5.56 NEW * AK Parts NEW -------------------------------------------------------------------------------- ALSO IN AK-47: * AK-74 * AK-105 * AK-P * AK-104 * AK-103 * AK-E * AK Rifles & Pistols * Magazines * Muzzle Devices * Furniture & Hardware NEW * Braces * Mounts * Builders Parts NEW * Builders Kits NEW * ComBloc Kit Guns -------------------------------------------------------------------------------- Shop all AK-47 Products Daily Deals Shop Now * Guns * AR Rifles & Pistols * AK Rifles & Pistols * Tactical Guns * Traditional Rifles * Handguns * Shotguns -------------------------------------------------------------------------------- ALSO IN GUNS: * Used Guns * Bolt Action Rifles * Pistols * 9mm Pistols * Semi-Auto Shotguns * Pump-Action Shotguns * California Compliant -------------------------------------------------------------------------------- Shop all Guns Used Guns. Trade in's and Surplus. Shop Now * Gun Parts * AR Parts * Magazines * Stripped Receivers * Triggers -------------------------------------------------------------------------------- ALSO IN GUN PARTS: * AK-47 Parts * Shotgun Parts * 1911 Parts * Glock Parts * Handgun Parts * Muzzle Devices * Rifle Parts * Gunsmithing -------------------------------------------------------------------------------- Shop all Gun Parts There's a first for everything. Build your first AR-15 with PSA. Shop Now * Optics * Red Dot/Holographic Sights * Rifle Scopes * Iron Sights * Spotting Scopes -------------------------------------------------------------------------------- ALSO IN OPTICS: * Binoculars * Handgun Sights * Accessories * Laser Sights * Mounts & Rings * Rangefinders * Shotgun Sights * Monoculars -------------------------------------------------------------------------------- Shop all Optics Used Guns. Trade in's and Surplus. Shop Now * Accessories * Knives * Holsters * Gunsmithing * Apparel -------------------------------------------------------------------------------- ALSO IN ACCESSORIES: * Gun Cleaning * Hunting * Fishing * Gift Cards * Gun Cases * Non-Lethal Defense * Tactical Gear * Survival * Tannerite -------------------------------------------------------------------------------- Shop all Accessories There's a first for everything. Build your first AR-15 with PSA. Shop Now * Brands * AAC Ammo * Magpul * Springfield * Vortex Optics * EOTech * Sig Sauer * Glock * Smith & Wesson -------------------------------------------------------------------------------- ALSO IN BRANDS: * Taurus * Beretta * Holosun * PSA Custom * Lead Star Arms * H&R * Canik * Black Aces Tactical * KelTec * Walther * SB Tactical * Remington * Mossberg * Ruger * FN * CZ -------------------------------------------------------------------------------- Shop all Brands There's a first for everything. Build your first AR-15 with PSA. Shop Now Daily Deals My Account Help Center * Home * Help Center * Contact CONTACT US For the fastest response, please use our Chat. Chat Contact Us Representative Hours: Mon–Fri, 9am–5pm EST Virtual Agent: 24/7 Store Locations PSA Defense FFL Locator Retail Return Policy Product Manuals Terms & Conditions Warranties Returns Gift Card Balance Order Tracking FAQs Cancellations Shipping Times Firearm Shipments DPMS DEALER REGISTRATION NOW OPEN! Want to become a DPMS Dealer? Exclusive Pricing Easy Ordering Dedicated Sales Rep Continue SC FIREARM TRAINING Interested in South Carolina CWP classes or instructional firearm training? SC CWP Classes Qualified Instructors Register NEED ASSISTANCE? Search No Results Can't find what you're looking for? Let us know how we can help. Currently we are experiencing technical difficulties with our Contact Form, please contact us via Phone or Chat. Phone: 877-560-7229 General Fax: 803-233-9199 *FFL Fax: 803-788-7979 *Only use the FFL Fax for FFL License updates and/or submissions. Please use the general fax for all other inquiries. If you're contacting us about product inventory, we cannot assist you. Please check our website daily for inventory information. You can also go to our website and sign up for email blasts. Please utilize the (FAQ) Frequently Ask Questions before sending the contact form. You can find information regarding order status, order cancellations, returns, product repairs, and other helpful information. Please Check Your Junk or Spam Folder for a Reply from our Customer Service Team. If you choose the wrong contact reason, your request will not be read. Name Email Phone Contact Reason Select a Reason Order Status Request Order Cancellation Request Return Merchandise Authorization (RMA) Request Problem with a PSA Product Repair Status Request Incorrect / Incomplete Order Received UPS Related Claim Issues FFL Questions Submit FFL License Documents (Only) Order Number Detailed Description of Issue Send Message AMENDMENT II A well regulated Militia, being necessary to the security of a free State, the right of the people to keep and bear Arms, shall not be infringed. Newsletter Sign Up for Our Newsletter: Subscribe Questions? Need help? Call us: (877) 560-7229 About SSL Certificates COMPANY * Blog * Careers * About PSA * Affiliate Program * Retail Stores * Defense Courses * SC CWP Info * Shoot Responsibly * Forum * The Gathering INFO * Check Shipping Status * My Account * Contact Us * Rebates & Promotions * Compare Products * Check Order Status * Gift Card Balance * FAQ * Buying a Gun Online * FFL Locator * Product Manuals * California Buying Guide LEGAL * Terms & Conditions * Retail Return Policy * Shipping Restrictions * Privacy Policy * Sitemap CONTACT INFORMATION Palmetto State Armory 3760 Fernandina Rd. Columbia, SC 29210 Help Center * * * © 2023 Palmetto State Armory. All Rights Reserved. Close Yes No Back in Stock Notification Close Please enter your email address, and we will notify you when the product is back in stock. Email Close Cancel Notify Me Close LOG IN Email Password Login Forgot Password? Create Account