www.tapconet.com Open in urlscan Pro
35.241.32.247  Public Scan

Submitted URL: https://campaigns.tapconet.com/e3t/Btc/49*113/cc-J804/VW29l47Wqnf5W6KlLXN89kP6rW91lZlN4wJvv9MNrWnS3q3n_V1-WJV7CgSMMW8C6Lrb5FVcR...
Effective URL: https://www.tapconet.com/product/roll-up-sign-face-fire-activity-ahead?utm_campaign=Marketing%20Newsletters&utm_medium=em...
Submission: On August 26 via api from US

Form analysis 5 forms found in the DOM

/search.php

<form action="/search.php">
  <label class="sr-only" for="search_query">Search</label>
  <div class="input-group">
    <input type="text" placeholder="Search the store" class="form-control" data-search-quick="" name="search_query" id="search_query" data-error-message="Search field cannot be empty." autocomplete="off">
    <div class="input-group-append">
      <button type="submit" class="btn btn-primary">Submit</button>
    </div>
  </div>
  <section class="quickSearchResults" data-bind="html: results"></section>
</form>

POST /postreview.php

<form class="form writeReview-form" action="/postreview.php" method="post">
  <div class="modal-body row">
    <div class="writeReview-productDetails col-lg text-center">
      <div class="writeReview-productImage-container">
        <img class="img-fluid lazyload product-view-image-default" data-sizes="auto" src="https://cdn11.bigcommerce.com/s-kh80nbh17m/stencil/65d27fc0-e109-0139-e64e-26077ddc93c3/img/loading.svg"
          data-src="https://cdn11.bigcommerce.com/s-kh80nbh17m/images/stencil/500x659/products/1667/8214/34A4080F-191D-4297-81BE-D9E574D512BB-xl__80749.1585842433.jpg?c=2">
      </div>
      <div class="product-brand brand-holder text-truncate text-muted small"></div>
      <h4 class="product-title"><strong>Roll-Up Sign Face FIRE ACTIVITY AHEAD</strong></h4>
    </div>
    <fieldset class="form-fieldset col-lg">
      <div class="alert alert-primary p-3" role="alert">
        <div class="row">
          <div class="col col-auto pr-0">
            <i class="fa fa-info-circle fa-lg" aria-hidden="true"></i>
          </div>
          <div class="col"> Only confirmed online purchasers of this item will be allowed to submit a review </div>
        </div>
      </div>
      <div class="form-group">
        <div class="float-right">
          <small class="ml-2 text-danger"><strong>Required</strong></small>
        </div>
        <label class="form-label" for="rating-rate"> Rating: </label>
        <!-- Stars -->
        <!-- TODO: Review Stars need to be componentised, both for display and input -->
        <select id="rating-rate" class="form-control" name="revrating">
          <option value="">Select Rating</option>
          <option value="1">1 star (worst)</option>
          <option value="2">2 stars</option>
          <option value="3">3 stars (average)</option>
          <option value="4">4 stars</option>
          <option value="5">5 stars (best)</option>
        </select>
      </div>
      <!-- Name -->
      <div class="form-group" id="revfromname" data-validation="">
        <label class="form-label" for="revfromname_input">Name:</label>
        <input type="text" id="revfromname_input" data-label="Name" name="revfromname" class="form-control" aria-required="">
      </div>
      <!-- Email -->
      <div class="form-group" id="email" data-validation="">
        <div class="float-right">
          <small class="ml-2 text-danger"><strong>Required</strong></small>
        </div>
        <label class="form-label" for="email_input">Email:</label>
        <input type="text" id="email_input" data-label="Email" name="email" class="form-control" aria-required="false">
      </div>
      <!-- Review Subject -->
      <div class="form-group" id="revtitle" data-validation="">
        <div class="float-right">
          <small class="ml-2 text-danger"><strong>Required</strong></small>
        </div>
        <label class="form-label" for="revtitle_input">Review Subject:</label>
        <input type="text" id="revtitle_input" data-label="Review Subject" name="revtitle" class="form-control" aria-required="true">
      </div>
      <!-- Comments -->
      <div class="form-group" id="revtext" data-validation="">
        <div class="float-right">
          <small class="ml-2 text-danger"><strong>Required</strong></small>
        </div>
        <label class="form-label" for="revtext_input">Comments</label>
        <textarea name="revtext" id="revtext_input" data-label="Comments" rows="" aria-required="true" class="form-control"></textarea>
      </div>
      <div class="pt-3">
        <div class="g-recaptcha" data-sitekey="6LcjX0sbAAAAACp92-MNpx66FT4pbIWh-FTDmkkz">
          <div style="width: 304px; height: 78px;">
            <div><iframe title="reCAPTCHA"
                src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LcjX0sbAAAAACp92-MNpx66FT4pbIWh-FTDmkkz&amp;co=aHR0cHM6Ly93d3cudGFwY29uZXQuY29tOjQ0Mw..&amp;hl=en&amp;v=Eyd0Dt8h04h7r-D86uAD1JP-&amp;size=normal&amp;cb=nz233me5vp7s"
                width="304" height="78" role="presentation" name="a-qerzwhu8n3m0" frameborder="0" scrolling="no"
                sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><textarea id="g-recaptcha-response" name="g-recaptcha-response"
              class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
          </div><iframe style="display: none;"></iframe>
        </div><br>
      </div>
    </fieldset>
  </div>
  <div class="modal-footer">
    <input type="submit" class="btn btn-primary order-2" value="Submit Review">
    <button type="button" class="btn btn-light order-1" data-dismiss="modal">Close</button>
    <input type="hidden" name="product_id" value="1667">
    <input type="hidden" name="action" value="post_review">
  </div>
</form>

POST https://www.tapconet.com/cart.php

<form class="form form-contrast" method="post" action="https://www.tapconet.com/cart.php" enctype="multipart/form-data" data-cart-item-add="" data-product-selector="">
  <input type="hidden" name="action" value="add">
  <input type="hidden" name="product_id" value="1667">
  <div data-product-option-change=""> <!-- style="display:none;" -->
    <div class="form-group" data-product-attribute="set-select">
      <label class="form-label" for="attribute_select_2542"> Type: <small class="ml-2 text-danger"><strong>Required</strong></small> </label>
      <select class="form-control" name="attribute[2542]" id="attribute_select_2542" required="">
        <option value="">(Choose an Option)</option>
        <option data-product-attribute-value="2328" value="2328">DuraLatch Roll-Up Signface</option>
        <option data-product-attribute-value="2331" value="2331">Compact Roll-Up Signface</option>
      </select><select disabled="" name="attribute[2542]" class="form-control" style="display: none;">
        <option data-product-attribute-value="7208" value="7208">Kwik-Deployâ„¢ Roll-up Signface</option>
        <option data-product-attribute-value="2401" value="2401">Kwik-Deploy™ Roll-up Signface</option>
        <option data-product-attribute-value="2349" value="2349">Changeable Compact Roll-up Signface</option>
        <option data-product-attribute-value="2348" value="2348">DuraLatch Changeable Roll-up Signface</option>
      </select>
    </div>
    <div class="form-group" data-product-attribute="set-select">
      <label class="form-label" for="attribute_select_2543"> Color: <small class="ml-2 text-danger"><strong>Required</strong></small> </label>
      <select class="form-control" name="attribute[2543]" id="attribute_select_2543" required="">
        <option value="">(Choose an Option)</option>
        <option data-product-attribute-value="2333" value="2333">Fluorescent Pink</option>
      </select><select disabled="" name="attribute[2543]" class="form-control" style="display: none;">
        <option data-product-attribute-value="2382" value="2382">Yellow</option>
        <option data-product-attribute-value="2337" value="2337">White</option>
        <option data-product-attribute-value="2336" value="2336">Fluorescent Yellow</option>
        <option data-product-attribute-value="2334" value="2334">Fluorescent Orange</option>
        <option data-product-attribute-value="2329" value="2329">Orange</option>
      </select>
    </div>
    <div class="form-group" data-product-attribute="set-select">
      <label class="form-label" for="attribute_select_2544"> Size: <small class="ml-2 text-danger"><strong>Required</strong></small> </label>
      <select class="form-control" name="attribute[2544]" id="attribute_select_2544" required="">
        <option value="">(Choose an Option)</option>
        <option data-product-attribute-value="2330" value="2330">36 in W x 36 in H</option>
        <option data-product-attribute-value="2332" value="2332">48 in W x 48 in H</option>
      </select><select disabled="" name="attribute[2544]" class="form-control" style="display: none;"></select>
    </div>
  </div>
  <div class="form-field form-field-stock d-none">
    <label class="form-label form-label--alternate"> Current Stock: <span data-product-stock=""></span>
    </label>
  </div>
  <div class="js-productAttributes-message alert alert-dark p-3" role="alert" style="display:none;">
    <div class="row">
      <div class="col col-auto pr-0">
        <i class="fa fa-info-circle fa-lg" aria-hidden="true"></i>
      </div>
      <div class="col">
        <span class="alertBox-column alertBox-message"></span>
      </div>
    </div>
  </div>
  <div class="form-row">
    <div class="col-6">
      <label class="form-label" for="qty[]"> Quantity: </label>
      <div class="form-increment input-group" data-quantity-change="">
        <div class="input-group-prepend">
          <button class="btn btn-outline-dark" type="button" id="button-addon1" data-action="dec">
            <span class="sr-only">Decrease Quantity:</span>
            <i class="fa fa-chevron-down" aria-hidden="true"></i>
          </button>
        </div>
        <input class="form-control form-control text-center border-dark" id="qty[]" name="qty[]" type="tel" value="1" data-quantity-min="1" data-quantity-max="0" min="1" pattern="[0-9]*" aria-live="polite">
        <div class="input-group-append">
          <button class="btn btn-outline-dark" type="button" id="button-addon2" data-action="inc">
            <span class="sr-only">Increase Quantity:</span>
            <i class="fa fa-chevron-up" aria-hidden="true"></i>
          </button>
        </div>
      </div>
    </div>
    <div class="col-6">
      <label class="form-label">&nbsp;</label>
      <div class="form-action">
        <input id="form-action-addToCart" data-wait-message="Adding to cart…" class="btn btn-primary btn-block" type="submit" value="Add to Cart">
      </div>
      <!-- snippet location product_addtocart -->
    </div>
  </div>
</form>

POST /wishlist.php?action=add&product_id=1667

<form action="/wishlist.php?action=add&amp;product_id=1667" class="form form-wishlist form-action" data-wishlist-add="" method="post">
  <div class="dropdown mt-1">
    <button class="btn btn-link px-0 py-3 text-capitalize dropdown-toggle" type="button" id="dropdownWishlist" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Add to Saved Product List </button>
    <div class="dropdown-menu" aria-labelledby="dropdownWishlist">
      <input class="dropdown-item" type="submit" value="Add to My Saved Product List">
      <a class="dropdown-item" href="/wishlist.php?action=addwishlist&amp;product_id=1667" data-wishlist="">
                <u>Create New Saved Product List</u>
            </a>
    </div>
  </div>
</form>

POST /subscribe.php

<form action="/subscribe.php" method="post">
  <input type="hidden" name="action" value="subscribe">
  <input type="hidden" name="nl_first_name" value="bc">
  <input type="hidden" name="check" value="1">
  <label class="sr-only" for="nl_email">Email Address</label>
  <div class="input-group input-group-sm mb-3">
    <input class="form-control" id="nl_email" name="nl_email" type="email" value="" placeholder="Your email address">
    <div class="input-group-append">
      <input class="btn btn-primary" type="submit" value="Subscribe">
    </div>
  </div>
</form>

Text Content

The cookie settings on this website are set to 'allow all cookies' to give you
the very best experience. Please click Accept Cookies to continue to use the
site. Accept Cookies

You need to enable JavaScript

For full functionality of this site it is necessary to enable JavaScript. Here
are the instructions how to enable JavaScript in your web browser .

Your version of Internet Explorer isn't supported - For the best experience,
please use a modern browser such Microsoft Edge, Google Chrome, and Firefox.

 * 
   Search


 * 
   Sign in

 * 1-800-236-0112
   
   1-800-236-0112

 * 
   CONTACT

 * 0
   Cart
   
   
   Your cart is empty

 * 0

 * Products
   
   Pedestrian Safety
    * Pedestrian Crossing
    * School Zone Warning
    * Bike and Trail Safety
    * View More
   
   Driver Awareness
    * Wrong-Way Alerts
    * Curve Warning
    * Speed Awareness
    * View More
   
   Specialty Systems
    * Active Vehicle Barrier
    * Emergency Warning
    * Facility Intersection Conflict Warning System
    * View More
   
   Revenue Control
    * EV Charging
    * Parking Structure / Lot
    * Parking Guidance
    * View More
   
   Signalized Intersection
    * Connected Vehicle
    * Communication
    * New Products
    * View More
   
   Supplementary
    * Signs
    * Posts, Poles, Bases
    * Mounting Hardware
    * View More
   
   Engineer to Order
   Manufacturers & Suppliers
   
   
   FEATURED PRODUCTS
   
   LEGENDVIZ™ TRAFFIC SIGN
   
   2021 MUTCD SIGNS POSTER
   
   BLADE TRAILER MOUNTED ATTENUATOR
   
   LEGENDVIZ™ TRAFFIC SIGN
   
   2021 MUTCD SIGNS POSTER
   
   BLADE TRAILER MOUNTED ATTENUATOR
   
   LEGENDVIZ™ TRAFFIC SIGN
   
    * 1
    * 2
    * 3
   
   
   MANUFACTURERS & SUPPLIERS
   
   More Manufacturers & Suppliers
 * Solutions
   
   Municipalities Department of Transportation Counties Design Firms and
   Contractors Facility Parking and Security Manufacturing Facilities All
   Solutions
 * Service Agreements
 * Resources
   
   Catalog Request Safe travels.® Blog Contracts and Partnerships Funding Events
   Press Releases Partner Portal TAPCO Companies
 * About
   
   About Us Careers

Search
Submit


 1. Home
 2. Supplementary
 3. Signs
 4. Portable Signs
 5. Roll-up
 6. Rigid Signfaces
 7. Roll-Up Sign Face FIRE ACTIVITY AHEAD

 * 
 * 
 * 
 * 
 * 


ROLL-UP SIGN FACE FIRE ACTIVITY AHEAD

Starting at $122.95

(You save )

SKU: (select options below first) UPC: Share Product:
 * 
 * 
 * 
 * 


Write a Review

WRITE A REVIEW

×

ROLL-UP SIGN FACE FIRE ACTIVITY AHEAD

Only confirmed online purchasers of this item will be allowed to submit a review
Required
Rating: Select Rating 1 star (worst) 2 stars 3 stars (average) 4 stars 5 stars
(best)
Name:
Required
Email:
Required
Review Subject:
Required
Comments


Close

Type: Required (Choose an Option) DuraLatch Roll-Up Signface Compact Roll-Up
Signface Kwik-Deployâ„¢ Roll-up SignfaceKwik-Deploy™ Roll-up SignfaceChangeable
Compact Roll-up SignfaceDuraLatch Changeable Roll-up Signface
Color: Required (Choose an Option) Fluorescent Pink YellowWhiteFluorescent
YellowFluorescent OrangeOrange
Size: Required (Choose an Option) 36 in W x 36 in H 48 in W x 48 in H
Current Stock:

Quantity:
Decrease Quantity:
Increase Quantity:
 

Add to Saved Product List
Create New Saved Product List

 * Description
 * Shipping & Returns


ROLL-UP SIGN FACE FIRE ACTIVITY AHEAD

Reflexite® Super Bright Roll-UP Signs are made of polymeric microprism sheeting
sealed to a fiber reinforced backing material and meet the requirements of the
Manual on Uniform Traffic Control Devices (MUTCD). The retroreflective signs are
visible at long distances both day and night and have color stabilizers to guard
against fading.


DURALATCH SIGN FACES

The versatile DuraLatch sign face is the only self-adjusting roll-up sign face
available. The EPDM rubber straps allow the sign face to expand and contract as
needed in varying weather conditions. The straps fasten securely to the
crossbrace (sold separately) with heavy-duty brass and steel components.

It has a quick and easy set-up, simply wrap DuraLatch® strap around the
crossbracing and snap onto solid-tip posts.

FEATURES INCLUDE:

 * Self-adjusts to keep signface taut and readable
 * Absorbs stress caused by gusting winds and passing vehicles.
 * Will not disengage in back winds.
 * Crossbracing in interchangeable (You don't have to buy crossbraces for each
   sign face).
 * The DuraLatch® sign face attaches to the crossbracing with high-strength EPDM
   rubber straps.

CROSSBRACING IS SOLD SEPARATELY FOR DURALATCH SIGN FACES.


 


COMPACT COLLAPSE & WRAP SIGN SYSTEM

The Compact Collapse and Wrap Sign System is comprised of a Roll-Up Sign, and a
sign stand (purchased separately).

Once the sign is mounted to the stand, it becomes one unit and if desired the
sign can stay in the stand. To store, the sign instantly collapses down using
the single trigger release button and wraps around the upright on the stand. The
rapid deployment significantly improves safety and efficiency in traffic
incident management situations. Special single trigger release crossbracing is
included.

SIGN STANDS ARE PURCHASED SEPARATELY.






ADDITIONAL PRODUCT SPECIFICATIONS:

SKU Includes Ink Color Legend Reflective Material 5652408 Cross bracing
(exclusively for Windmaster 908-00009 and Trafficmaster 908-03612 sign stands)
Black FIRE ACTIVITY AHEAD Reflexite fabric reinforced microprism retroreflective
sheeting 5652409 Cross bracing (exclusively for Windmaster 908-00009 and
Trafficmaster 908-03612 sign stands) Black FIRE ACTIVITY AHEAD Reflexite fabric
reinforced microprism retroreflective sheeting





SHIPPING & RETURNS

Returns Policy

If any product fails to comply with the manufacturer’s warranty, TAPCO shall
immediately be notified and the product shall be returned to TAPCO or to the
manufacturer within 30 days. Transportation charges on returned product shall be
prepaid by the buyer, and TAPCO will credit the buyer any transportation charge
involved with the returned products. Credit cannot be given for merchandise
returned in damaged condition due to improper packing. Custom orders cannot be
returned.

 

Shipping

All sales are made F.O.B. point of shipment. Method and route of shipment are at
the Company’s discretion, unless the customer supplies explicit instructions.
Risk of loss will pass to the customer upon delivery to the F.O.B. point. The
company will not insure shipment. Shipments will normally be made by Parcel
Post, United Parcel Service (UPS), Air Express or Air Freight.


RELATED PRODUCTS

Learn More

COMPACT WINDMASTER® 4814 FLEXING ROLL-UP SIGN STAND

MSRP:
$235.00

Learn More

TRAFFICMASTER® SIGN STAND

MSRP:
$185.95

Learn More

FIBERGLASS CROSS-BRACING

Starting at $38.95

Learn More

ZEPHYR POCKET-STYLE ROLL-UP SIGN BASE

MSRP:
$157.95

Learn More

ECONOMY WINDMASTER® 5012 FLEXING ROLL-UP STAND

Starting at $145.95


--------------------------------------------------------------------------------


CUSTOMERS ALSO VIEWED

Previous
Learn More

ROLL-UP SIGN FACE FIRE AREA KEEP OUT

Starting at $122.95

Learn More

ROLL-UP SIGN FACE EMERGENCY SCENE AHEAD

Starting at $122.95

Learn More

SQ4® PORTABLE EMERGENCY INTERSECTION CONTROL SYSTEM


Horizon Signal
Learn More

ROLL-UP SIGN FACE SMOKE LIMITED VISIBILITY

Starting at $122.95

Learn More

CITY POST SURFACE MOUNT DELINEATOR, 3" OD FLEXIBLE, PERMANENT ANCHOR

Starting at $114.95
Pexco
Learn More

SNOW POLES

Starting at $16.95
Pexco
Learn More

ROLL-UP SIGN FACE FIRE TRAINING IN PROGRESS (WITH SYMBOL)

Starting at $122.95

Learn More

ROLL-UP SIGN FACE WORKERS (SYMBOL)

Starting at $122.95

Learn More

ROLL-UP SIGN FACE TRAFFIC EMERGENCY AHEAD

Starting at $122.95

Learn More

ROLL-UP SIGN FACE ROAD WORK AHEAD

Starting at $122.95

Next
 * 1
 * 2
 * 3



Reliable Shipping
& Order Tracking
Learn More

Secure Checkout from
Credit Cards to TAPCO Credit
 

Use Federal, State, & National
Cooperative Contracts
Learn More

Need help? we're available
to assist your needs
Contact Us

REQUEST QUOTE

×

Loading overlay



×


OK
Loading overlay

Products Products


 * Pedestrian Safety
 * Driver Awareness
 * Specialty Systems
 * Revenue Control
 * Signalized Intersection
 * Supplementary
 * Engineer to Order
 * Manufacturers & Suppliers

Solutions Solutions


 * Municipalities
 * Department of Transportation
 * Counties
 * Design Firms and Contractors
 * Facility Parking and Security
 * Manufacturing Facilities
 * All Solutions

Resources Resources


 * Catalog Request
 * Safe travels.® Blog
 * Contracts and Partnerships
 * Funding
 * Events
 * Press Releases
 * Partner Portal
 * TAPCO Companies
 * About
 * Sitemap

Customer Service Customer Service


 * Sign in
 * Register
 * Contact
 * Shipping & Returns
 * Privacy Policy
 * Terms & Conditions
 * Terms of Use

Connect With Us

 * 
   linkedin
 * 
   youtube
 * 
   facebook
 * 
   twitter


Subscribe to Updates

Email Address


Call us at 1-800-236-0112    |    © 2021 TAPCO - Traffic and Parking Control
Co., Inc.    



CONTACT CALL 1-800-236-0112 NOW



×