My Adform Revised

Developer
Size
8,170 Kb
Views
46,552

How do I make an my adform revised?

What is a my adform revised? How do you make a my adform revised? This script and codes were developed by Delano on 19 October 2022, Wednesday.

My Adform Revised Previews

My Adform Revised - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>My Adform Revised</title>
</head>
<body> <html lang="en">
<head> <meta charset="utf-8"> <title>MyAdform | Customer Service</title> <meta name="description" content="MyAdform, the Adform Creative customer toolbox"> <meta name="author" content="AdformCreative.c"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <!-- Optional theme --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous"> <script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script> <!-- Latest compiled and minified JavaScript --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/jquery.validation/1.15.1/jquery.validate.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> <style> p.navtext { font-family:Tahoma; color: white; font-size: 1.5rem; } img { padding: 5px; } .company { background-color: #16225f; } .capabilities { background-color: #80BD00; } .branding { background-color: #00A1E1; } .creativelounge { background-color: #FC4F00; } .customercare { background-color: #932749; } .panel-heading { background: #000; } .centered-form{	margin-top: 60px; } .centered-form .panel{	background: #e9e9e9; } /*Circle*/ .navlinks div {	position: relative; } .navlinks div::before {	position: absolute;	top: 50%;	left: 50%;	z-index: 2;	display: block;	content: '';	width: 0;	height: 0;	background: rgba(255,255,255,.2);	-webkit-transform: translate(-50%, -50%);	transform: translate(-50%, -50%);	opacity: 0; } .navlinks div:hover::before {	-webkit-animation: circle .75s;	animation: circle .75s; } @-webkit-keyframes circle {	0% {	opacity: 1;	}	40% {	opacity: 1;	}	100% {	width: 120%;	height: 120%;	opacity: 0;	} } @keyframes circle {	0% {	opacity: 1;	}	40% {	opacity: 1;	}	100% {	width: 120%;	height: 120%;	opacity: 0;	} } /*Fancy Modal*/ .modal-header-info { color:#fff; padding:9px 15px; border-bottom:1px solid #eee; background-color: #5bc0de; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; } .control-group { height: 50px; } /*End of Fancy Modal*/ /*start of 5 rows*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths { position: relative; min-height: 1px; padding-right: 10px; padding-left: 10px;
}
.col-xs-5ths { width: 20%; float: left;
} /*Custom Styles*/ /*Panel tabs*/
.panel-tabs { position: relative; bottom: 30px; clear:both; border-bottom: 1px solid transparent;
}
.panel-tabs > li { float: left; margin-bottom: -1px;
}
.panel-tabs > li > a { margin-right: 2px; margin-top: 4px; line-height: .85; border: 1px solid transparent; border-radius: 4px 4px 0 0; color: #ffffff;
}
.panel-tabs > li > a:hover { border-color: transparent; color: #ffffff; background-color: transparent;
}
.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus { color: #fff; cursor: default; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background-color: rgba(255,255,255, .23); border-bottom-color: transparent;
} /**/
@media (min-width: 768px) { .col-sm-5ths { width: 20%; float: left; }
}
@media (min-width: 992px) { .col-md-5ths { width: 20%; float: left; }
}
@media (min-width: 1200px) { .col-lg-5ths { width: 20%; float: left; }
} /*end of 5 rows*/ /*Button Colors*/ .loginButton { background-color: #123; } /*Formstack*/ .right { float: right; } .left { float: left; } .userinput { padding-bottom: 15px; } .userinput label { float: left; clear: left; padding: 2px 5px 0px 0px; } .userinput .red { color: red; } .userinput input { float: left; clear: left; margin: 2px 0 0 0; } .success-box { display: none; border: #99cc66 2px solid; background-color: #ccffcc; padding: 10px; font-weight: bold; width: 420px; } .error-box { display: none; clear: both; font-weight: bold; border: #FF0000 2px solid; background-color: #ffb3b3; padding: 10px; margin: 5px 0; width: 420px; } .info-box { border: #eaeaea 2px solid; background-color: #f9f9f9; padding: 10px; font-weight: bold; } .clear { float: none; clear: both; height: 0; } .webkit #File1 { color: #1f275c; } .webkit #File2 { color: #1f275c; } .webkit #File3 { color: #1f275c; } .webkit #File4 { color: #1f275c; } .webkit #File5 { color: #1f275c; } .webkit #File6 { color: #1f275c; } .webkit #File7 { color: #1f275c; } .webkit #File8 { color: #1f275c; } .webkit #File9 { color: #1f275c; } .webkit #File10 { color: #1f275c; } /*cta*/ .bs-calltoaction{ position: relative; width:auto; padding: 15px 25px; border: 1px solid black; margin-top: 10px; margin-bottom: 10px; border-radius: 5px; } .bs-calltoaction > .row{ display:table; width: calc(100% + 30px); } .bs-calltoaction > .row > [class^="col-"], .bs-calltoaction > .row > [class*=" col-"]{ display:table-cell; vertical-align:middle; } .cta-contents{ padding-top: 10px; padding-bottom: 10px; } .cta-title{ margin: 0 auto 15px; padding: 0; } .cta-desc{ padding: 0; } .cta-desc p:last-child{ margin-bottom: 0; } .cta-button{ padding-top: 10px !important; padding-bottom: 10px !important; } .cta-button a { font-size: 1.2em; } @media (max-width: 991px){ .bs-calltoaction > .row{ display:block; width: auto; } .bs-calltoaction > .row > [class^="col-"], .bs-calltoaction > .row > [class*=" col-"]{ float:none; display:block; vertical-align:middle; position: relative; } .cta-contents{ text-align: center; } .cta-button a {font-size: 1.4em;} } .bs-calltoaction.bs-calltoaction-info{ color: #fff; background-color: #5bc0de; border-color: #46b8da; } /*end of cta*/ /*Custom Button*/ /*End of Custom Button*/ /* Small devices (tablets, 768px and up) */ @media (min-width: 768px) { p.navtext { font-size: 1.3rem; } } /* Medium devices (desktops, 992px and up) */ @media (min-width: 992px) { p.navtext { font-size: 1.8rem; } } @media (min-width: 1200px) { p.navtext { font-size: 2rem; } } </style> <script type="text/javascript" src="https://adform.sharefile.com/cache/5e95ea53742095c02c5b7e27772491701ff4f313//javascript/require.js"></script> <script type="text/javascript" src="https://adform.sharefile.com/cache/5e95ea53742095c02c5b7e27772491701ff4f313//javascript/AppConfig.js"></script> <script type="text/javascript"> require.config({ baseUrl: "https://adform.sharefile.com/cache/5e95ea53742095c02c5b7e27772491701ff4f313/" }); </script>
</head>
<body> <div id="as-root"></div> <script> (function(e,t,n){var r,i=e.getElementsByTagName(t)[0];if(e.getElementById(n))return;r=e.createElement(t);r.id=n;r.src="//button.aftership.com/all.js";i.parentNode.insertBefore(r,i)})(document,"script","aftership-jssdk") </script> <div class="container-fluid"> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-6 centered-form left "> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title text-center bold"><strong>Track my Order </strong></h3> <div style="float:right; font-size: 80%; position: relative; top:-10px"><a href="#">What's my order number?</a></div> </div> <div class="panel-body"> <form id="ordertracking" role="form" name="ordertracking"> <div style="margin-bottom: 12px" class="input-group"> <span class="input-group-addon"><strong>@</strong></span> <input id="login-username" type="text" class="form-control" name="email" placeholder="Email"> </div> <div style="margin-bottom: 12px" class="input-group"> <span class="input-group-addon"><i class="glyphicon glyphicon-barcode"></i></span> <input id="login-password" type="text" class="form-control" name="customerNum" placeholder="Customer #"> </div> <button type="submit" class="btn btn-success">Track My Order</button> <hr style="margin-top:10px;margin-bottom:10px;"> <div class="form-group"> </div> </form> </div> </div> </div> <div class="col-xs-12 col-sm-6 col-md-6 centered-form right"> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title text-center"><strong>Get Order Reports</strong></h3> </div> <div class="panel-body"> <form action="https://myadform.com/login.aspx" accept-charset="UTF-8" role="form" class="LoginForm" target="_blank"> <fieldset> <div class="form-group"> <!-- <input class="form-control" placeholder="E-mail" name="email" type="text">--> </div> <div class="form-group"> <!--<input class="form-control" placeholder="Password" name="password" type="password" value="">---> </div> <button class="btn btn-lg btn-success btn-block" type="submit" value="Login">Login</button> </fieldset> </form> </div> </div> </div> </div> <div class="col-xs-12 col-sm-6 col-md-6 centered-form left "> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title text-center bold"><strong>Track Order</strong></h3> </div> <div class="as-track-button" data-size="large" data-domain="myadform.com" data-slug="ups" style="border: 10px;"></div> </div> </div> <div class="col-xs-12 col-sm-6 col-md-6 centered-form right"> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title text-center bold"><strong>Upload Art/Proof</strong></h3> </div> <div class="panel-body text-center"> <button type="button" class="btn btn-info btn-block" data-toggle="modal" data-target="#UploadModal"><span class="glyphicon glyphicon-upload"></span>&nbsp;Upload Art/Proof</button> </div> </div> </div> </div> </div> <div class="modal fade" id="UploadModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header modal-header-info"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h1><i class="glyphicon glyphicon-upload"></i> Upload Art File</h1> </div> <div class="modal-body"> <div class="col-xs-12 col-sm-12 col-md-12 centered-form left "> <form id="sfUploadForm" enctype="multipart/form-data" method="post" action=""> <input type="hidden" id="debug" name="debug" value="false" /> <input type="hidden" id="base" name="base" value="https://adform.sharefile.com" /> <input type="hidden" id="pid" name="pid" value="rf22936d7fae42bf8" /> <input type="hidden" id="originalPID" name="originalPID" value="rf22936d7fae42bf8" /> <input type="hidden" id="details" name="details" /> <input type="hidden" id="type" name="type" value="Message" /> <input type="hidden" id="redirectonsuccess" name="redirectonsuccess" value="" /> <input type="hidden" id="redirectonerror" name="redirectonerror" value="" /> <input type="hidden" id="batchID" /> <input type="hidden" id="authid" /> <script type="text/javascript"> /*** DO NOT REMOVE ***/ var labels = new Array("Email","First Name","Last Name","Company","Phone #"); /*** labels for each textbox ***/ var fields = new Array("txta06c8d8","txtce1ea76","txtc4bf904","txtff05001","txt84c8742"); /*** textbox inputs respective to the labels ***/ var validate = new Array("txta06c8d8","txtce1ea76","txtc4bf904","txtff05001"); /*** textbox fields to be validated for user input ***/ var type = "Message"; /*** "Message" or "Redirect" behaviour on file upload success or failure ***/ /*** END DO NOT REMOVE ***/ </script> <noscript> <style type="text/css"> #formLoadingContainer { display: none; } </style> <div id="noJavaScript"> You must have JavaScript enabled to use this remote upload form. </div> </noscript> <div id="formLoadingContainer"> Please wait while the upload form loads... </div> <div id="formErrorContainer" style="display: none;"> There was an error loading the upload form. Please contact support. We apologize for the inconvenience. <br /> <br /> </div> <div id="uploadFormContainer" style="display: none;"> <input id='apicsrftoken' type='hidden' value='fQvxCdj+BZnGTZ66cqCoUw=='> <div id="uploadProgressIndicator"></div> <div class="error-box" id="ErrorMsg">Error. We are sorry, but your file will not upload. Please contact our Customer Service Team for assistance.</div> <div class="success-box" id="SuccessMsg">Thank you! Your file has been successfully uploaded.</div> <div class="info-box" id="InfoMsg">Files cannot exceed 2 GB</div> <div class="form-group"> <div class="userinput"> <label>Email: <span class="red">*</span> </label><input class="form-control" name="txta06c8d8" type="text" id="txta06c8d8" maxlength="100" style="width:200px;" /><label>First Name: <span class="red">*</span> </label><input class="form-control" name="txtce1ea76" type="text" id="txtce1ea76" maxlength="100" style="width:200px;" /><label>Last Name: <span class="red">*</span> </label><input class="form-control" name="txtc4bf904" type="text" id="txtc4bf904" maxlength="100" style="width:200px;" /><label>Company: <span class="red">*</span> </label><input class="form-control" name="txtff05001" type="text" id="txtff05001" maxlength="100" style="width:200px;" /><label>Phone #: </label><input class="form-control" name="txt84c8742" type="text" id="txt84c8742" maxlength="100" style="width:200px;" /> <div class="clear"></div> </label> </div> </div> <div id="pnlStandardUpload"> <label>File 1:</label><input class="btn btn-default" type="file" id="File1" name="File1" /><br /> <label>File 2:</label><input class="btn btn-default" type="file" id="File2" name="File2" /><br /> <label>File 3:</label><input class="btn btn-default" type="file" id="File3" name="File3" /><br /> <label>File 4:</label><input class="btn btn-default" type="file" id="File4" name="File4" /><br /> <label>File 5:</label><input class="btn btn-default" type="file" id="File5" name="File5" /><br /> <br /> <input type="submit" value="Upload Files" type="button" class="btn btn-info" onclick="return remoteUpload.formatUpload();" /> <script type="text/javascript"> var request = { baseUrl: "https://adform.sharefile.com", authId: "pctrtjay0ghmzsrbprqbm3pi", maxFileSizeError: "2 GB", maxFileSizeMb: 2048 }; require(["javascript/remoteupload/remoteupload"], function(RemoteUpload) { remoteUpload = new RemoteUpload(request); }); </script> </div> </form> </div> </div> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div> <!-- /.modal-content --> </div> <!-- /.modal-dialog --> </div> <!-- /.modal --> <!--End of UploadModal--> <div class="container-fluid"> <div class="row"> <div class="col-xs-12 col-sm-12 col-md-12"> <div class="bs-example"> <div class="panel-group" id="accordion"> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a data-toggle="collapse" data-parent="#accordion" href="#collapseOne">1. <strong>Color Types</strong></a> </h4> </div> <div id="collapseOne" class="panel-collapse collapse in"> <div class="panel-body"> <div class="col-md-6 col-md-offset-3"> <div class="panel panel-primary"> <div class="panel-heading"> <h3 class="panel-title">Color Chart Download:</h3> <span class="pull-right"> <!-- Tabs --> <ul class="nav panel-tabs"> <li class="active"><a href="#tab1" data-toggle="tab">Thread Color Charts</a></li> <li><a href="#tab2" data-toggle="tab">PMS Charts</a></li> <li><a href="#tab3" data-toggle="tab">GCMI Color Charts</a></li> </ul> </span> </div> <div class="panel-body"> <div class="tab-content"> <div class="tab-pane active" id="tab1"> <ul> <h4>Thread Color Charts</h4> <li><a href="http://adformcreative.com/wp-content/uploads/pdf/Maderia_2015Firefighter_KELJFDPN.pdf" target="_blank">Fire Resistant Threads</a></li> <li><a href="http://adformcreative.com/wp-content/uploads/pdf/Maderia_2015polyneon_SPQOMHVD.pdf" target="_blank">Polyneon 100% Polyester Threads</a></li> <li><a href="http://adformcreative.com/wp-content/uploads/pdf/Maderia_2015classic_TOYSYJXW.pdf" target="_blank">Classic Rayon Threads</a></li> </ul> </div> <div class="tab-pane" id="tab2"> <h4>PMS Charts</h4> <ul> <li><a href="http://adformcreative.com/wp-content/uploads/pdf/Pantone_Color_Chart.pdf" target="_blank">Pantone (PMS) Color Chart</a></li> <li><a href="http://adformcreative.com/wp-content/uploads/pdf/Pantone_Color_Bridge.pdf" target="_blank">Pantone/Process Color Bridge</a></li> </ul> </div> <div class="tab-pane" id="tab3"> <h4>GCMI Color Chart</h4> <ul> <li><a href="http://adformcreative.com/wp-content/uploads/2015/11/GCMI_Color_Chart.pdf" target="_blank">GCMI Color Chart</a></li> </ul> </div> </div> </div> </div> </div> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a data-toggle="collapse" data-parent="#accordion" href="#collapseTwo">2. <strong>Useful Links</strong></a> </h4> </div> <div id="collapseTwo" class="panel-collapse collapse"> <div class="panel-body"> <div class="panel panel-primary"> <div class="panel-heading"> <h3 class="panel-title"><a href="http://rgb.to/">Color Converter ></a></h3> </div> <div class="panel-body"> This tool is a 3rd party tool and adform accepts no responsibility for any error in the tool or in the results in printing when the tool is used for converting or color matching. The conversion between color type are based in the references provided by the companies, but you are encouraged to check the values in the official guides on your own, especially before having your projects sent to the offset press. </div> </div> <div class="panel panel-primary"> <div class="panel-heading"> <h3 class="panel-title"><a href="http://www.madeiramart.com/pantone-color-match">Thread Pantone Matching Tool ></a></h3> </div> <div class="panel-body"> This tool is a 3rd party tool and adform accepts no responsibility for any error in the tool or in the results in printing when the tool is used for converting or color matching. The conversion between color type are based in the references provided by the companies, but you are encouraged to check the values in the official guides on your own, especially before having your projects sent to the offset press. </div> </div> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a data-toggle="collapse" data-parent="#accordion" href="#collapseThree">3. <strong>Artwork Requirements</strong></a> </h4> </div> <div id="collapseThree" class="panel-collapse collapse"> <div class="panel-body"> <div class="panel panel-primary"> <div class="panel-heading"> <h3 class="panel-title">For Imprinting (up to 3 colors):</h3> </div> <div class="panel-body"> <ul> <li>We accept AI, PDF, and EPS files for imprinting</li> <li>Vector artwork is required. If vector artwork cannot be provided, we can rebuild your art for a small fee. Please inquire with a Sales Rep for pricing.</li> <li>All text should be at a minimum font size of 5pt for USB drives and 7pt for Pens.</li> <li>All text must be converted to outlines prior to submission. We support a limited number of fonts.</li> <li>Line weight should be no smaller than 0.25pt</li> <li>Line weight, when knocked out of another shape, should be no smaller than 0.5pt</li> <li>Gradients cannot be achieved with imprinting. If gradients are required, please request Full Color printing (only applicable for USB drives).</li> <li>Shading or screening cannot be achieved with imprinting. All spot colors must be at 100%. If shading or screening is required, please request Full Color printing (only applicable for USB drives).</li> <li>Trademark (R) and TM marks should be no smaller than 0.08 inches or 2mm in diameter.</li> <li>For imprinting on hard goods, if a PMS color is not in the Pantone Solid Coated library, we cannot imprint it. Please substitute the closest PMS match using the Pantone Solid Coated library or, we can find the closest match for you.</li> <li>School shields, emblems and crests are generally very difficult to imprint at reduced sizes. We recommend selecting a larger item to accomodate the logo, or using text only when allowed.</li> </ul> </div> </div> <div class="panel panel-primary"> <div class="panel-heading"> <h3 class="panel-title">For Full Color (CMYK):</h3> </div> <div class="panel-body"> <ul> <li>We accept PSD, AI, PDF, EPS, TIFF and JPG files for full color printing.</li> <li>All full color art that requires a bleed, must contain a bleed of 1/8″ on all sides.</li> <li>All images must be a resolution of 300dpi or higher (dpi refers to dots per inch).</li> <li>All text must be vector or converted to outlines.</li> <li>All text should be at a minimum font size of 5pt or larger.</li> <li>For best results, provide a layered PSD file that contains all design elements on separate layers</li> <li>(e.g. – logo on one layer, text on another layer, images on another layer)</li> </ul> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <script> $("#ordertracking").submit(function(){ var url = 'http://myadform.com/login.aspx/' + $(this).serialize(); window.open(url, '_blank'); console.log($(this).serialize()); }); </script>
</body>
</html> <script src='https://code.jquery.com/jquery-3.1.1.min.js'></script>
<script src='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js'></script>
</body>
</html>
My Adform Revised - Script Codes
My Adform Revised - Script Codes
Home Page Home
Developer Delano
Username Delano83
Uploaded October 19, 2022
Rating 3
Size 8,170 Kb
Views 46,552
Do you need developer help for My Adform Revised?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Delano (Delano83) Script Codes
Create amazing art & images with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!