Trust from the building community comes from knowing ICC-ES’s engineers operate with the utmost integrity.
点击下面所列文件:
Report number | Manufacturer | Product | Codes |
---|
Report number | Manufacturer | Product | Codes |
---|
初步接触 | 报告申请 | 产品审核 | 测试 | 发布评估报告 | ||||||
|
|
|
|
|
Thank you for contacting ICC-ES Evaluation Service. Your details have been successfully submitted, and we will respond within 24 hours.
For any other questions, please contact an ICC-ES Connect+ Customer Care Service Representative on 562-699-0543
jQuery(document).ready(function () {
var reload = false;
//listens to all acf_forms on page. jQuery(function($) { acf.add_filter('validation_complete', function( json, form ) { if( !json.errors ) { //if no errors stop form from being submitted. form.submit(function(event) { event.preventDefault(); submitACF_AJAX(this); return false;}); } return json; });
//sends the request using FormData object will work with file uploads as well. function submitACF_AJAX(form) { var data = new FormData(form); $.ajax({ type: 'POST', url: window.location.href, data: data, processData: false, contentType: false }) .done(function(data) { $("#form-success").show(); $("#acf-form").hide(); reload = true; //$(form).trigger('acf_submit_complete', data); }) .fail(function(error) { $(form).trigger('acf_submit_fail', error); }); } });
jQuery(".request-a-quote ").colorbox({ onClosed: function () { if(reload==true){ window.location.reload(); } } });
});