null Skip to main content

GF 275 SubMark - White Flexible High-Tack Polymeric Vinyl - Permanent Adhesive

Item#Item NameRegular PriceSale PriceQty
GF 275 SUBMARK™ is a 3.5 mil flexible polymeric matte white opaque vinyl film coated with a high-tack permanent acrylic pressure sensitive adhesive designed for wall-cut subway poster applications. This vinyl film is a high quality opaque matte white with excellent outdoor durability. The film provides integrity against removal, helping to prevent vandal’s from removing from the subway. The 200-4998 adhesive is designed to bond to a variety of substrates such as metals, painted metals, smooth finish powder coated metals, low surface energy plastics, rough textured surfaces, wood, ceramic tile, wall-cut outs, concrete and fiber board frames. This film is backed with a two-sided poly coated 90# Layflat release liner with the SUBMARK™ logo for ease of identification by printers and installers.
// Uses React's native (unpatched) value setter + a real dispatched event, // so the app's own onChange / validation / append logic fires correctly. // build the visible field the user will actually type into // copy the real field's classes + computed styles so it looks identical // preload with existing value (formatted) if the real field already has one // hide the real field visually but keep it in the DOM and functional, // so your app's own validation / append event still works as before // place the visible field right where the real one used to be // send only the plain digits to the real field — this matches what // the numeric field type expects, so no "invalid phone number" error // keep focus/blur events flowing to the real field too, in case your // app's validation triggers specifically on those