	
	        <script type="text/javascript">
	
	            (function($){
	
	                window.gwmpnObj = function( args ) {
	
	                    this.formId = args.formId;
	                    this.formElem = jQuery('form#gform_' + this.formId);
	                    this.currentPage = args.currentPage;
	                    this.lastPage = args.lastPage;
	                    this.activateOnLastPage = args.activateOnLastPage;
	                    this.labels = args.labels;
	
	                    this.init = function() {
	
	                        // if this form is ajax-enabled, we'll need to get the current page via JS
	                        if( this.isAjax() )
	                            this.currentPage = this.getCurrentPage();
	
	                        if( !this.isLastPage() && !this.isLastPageReached() )
	                            return;
	
	                        var gwmpn = this;
	                        var steps = $('form#gform_' + this.formId + ' .gf_step');
	
	                        steps.each(function(){
	
	                            var stepNumber = parseInt( $(this).find('span.gf_step_number').text() );
	
	                            if( stepNumber != gwmpn.currentPage ) {
	                                $(this).html( gwmpn.createPageLink( stepNumber, $(this).html() ) )
	                                    .addClass('gw-step-linked');
	                            } else {
	                                $(this).addClass('gw-step-current');
	                            }
	
	                        });
	
	                        if( !this.isLastPage() && this.activateOnLastPage )
	                            this.addBackToLastPageButton();
	
	                        $(document).on('click', '#gform_' + this.formId + ' a.gwmpn-page-link', function(event){
	                            event.preventDefault();
	
	                            var hrefArray = $(this).attr('href').split('#');
	                            if( hrefArray.length >= 2 ) {
	                                var pageNumber = hrefArray.pop();
	                                gwmpn.postToPage( pageNumber, ! $( this ).hasClass( 'gwmp-default' ) );
	                            }
	
	                        });
	
	                    }
	
	                    this.createPageLink = function( stepNumber, HTML ) {
	                        return '<a href="#' + stepNumber + '" class="gwmpn-page-link gwmpn-default">' + HTML + '</a>';
	                    }
	
	                    this.postToPage = function( page ) {
	                        this.formElem.append('<input type="hidden" name="gw_page_change" value="1" />');
	                        this.formElem.find( 'input[name="gform_target_page_number_' + this.formId + '"]' ).val( page );
	                        this.formElem.submit();
	                    }
	
	                    this.addBackToLastPageButton = function() {
	                        this.formElem.find('#gform_page_' + this.formId + '_' + this.currentPage + ' .gform_page_footer')
	                            .append('<input type="button" onclick="gwmpn.postToPage(' + this.lastPage + ')" value="' + this.labels.lastPageButton + '" class="button gform_last_page_button">');
	                    }
	
	                    this.getCurrentPage = function() {
	                        return this.formElem.find( 'input#gform_source_page_number_' + this.formId ).val();
	                    }
	
	                    this.isLastPage = function() {
	                        return this.currentPage >= this.lastPage;
	                    }
	
	                    this.isLastPageReached = function() {
	                        return this.formElem.find('input[name="gw_last_page_reached"]').val() == true;
	                    }
	
	                    this.isAjax = function() {
	                        return this.formElem.attr('target') == 'gform_ajax_frame_' + this.formId;
	                    }
	
	                    this.init();
	
	                }
	
	            })(jQuery);
	
	        </script>
	
	        {"id":2070,"date":"2016-05-04T02:51:34","date_gmt":"2016-05-04T02:51:34","guid":{"rendered":"https:\/\/paintingleads.com\/home-test\/?lang=es"},"modified":"2016-09-21T02:38:49","modified_gmt":"2016-09-21T02:38:49","slug":"home-test","status":"publish","type":"page","link":"https:\/\/paintingleads.com\/es\/home-test\/","title":{"rendered":"Home"},"content":{"rendered":"<script type=\"text\/javascript\">var gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&&gform.scriptsLoaded?o():!gform.domLoaded&&gform.scriptsLoaded?window.addEventListener(\"DOMContentLoaded\",o):document.addEventListener(\"gform_main_scripts_loaded\",o)},hooks:{action:{},filter:{}},addAction:function(o,n,r,t){gform.addHook(\"action\",o,n,r,t)},addFilter:function(o,n,r,t){gform.addHook(\"filter\",o,n,r,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,n){gform.removeHook(\"action\",o,n)},removeFilter:function(o,n,r){gform.removeHook(\"filter\",o,n,r)},addHook:function(o,n,r,t,i){null==gform.hooks[o][n]&&(gform.hooks[o][n]=[]);var e=gform.hooks[o][n];null==i&&(i=n+\"_\"+e.length),gform.hooks[o][n].push({tag:i,callable:r,priority:t=null==t?10:t})},doHook:function(n,o,r){var t;if(r=Array.prototype.slice.call(r,1),null!=gform.hooks[n][o]&&((o=gform.hooks[n][o]).sort(function(o,n){return o.priority-n.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==n?t.apply(null,r):r[0]=t.apply(null,r)})),\"filter\"==n)return r[0]},removeHook:function(o,n,t,i){var r;null!=gform.hooks[o][n]&&(r=(r=gform.hooks[o][n]).filter(function(o,n,r){return!!(null!=i&&i!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][n]=r)}});<\/script>\n                <div class='gf_browser_gecko gform_wrapper gplaceholder_wrapper continue-form_wrapper gform_legacy_markup_wrapper' id='gform_wrapper_39' ><div id='gf_39' class='gform_anchor' tabindex='-1'><\/div><form method='post' enctype='multipart\/form-data'  id='gform_39' class='gplaceholder continue-form gform_legacy_markup' action='\/es\/wp-json\/wp\/v2\/pages\/2070#gf_39' >\n                        <div class='gform_body gform-body'><div id='gform_page_39_1' class='gform_page' >\n                                    <div class='gform_page_fields'><ul id='gform_fields_39' class='gform_fields top_label form_sublabel_below description_below'><li id=\"field_39_6\"  class=\"gfield gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_39_6\"><h2 style=\"font-size:28px; font-size:3.5vh; text-align:center; color:#444;\">Where do you want to receive leads?<\/h2>\n<hr style=\"border-style:solid; border-width:1px 0 0 0; border-color:#CCC;margin-bottom:20px;\"\/>\n<h3>Central ZIP Code<\/h3><\/li><li id=\"field_39_54\"  class=\"gfield gfield_html gfield_no_follows_desc field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_39_54\"><!--If you don't see your city or you want multiple cities, please <a href=\"#contact-info\" data-toggle=\"modal\" data-target=\"#contact-info\">contact us<\/a>.-->\n<!-- Contact Modal -->\n<div id=\"contact-info\" class=\"modal fade\" role=\"dialog\" style=\"display:none;\">\n\t<div class=\"modal-dialog\">\n\t\t<div class=\"modal-content\">\n\t\t\t<div class=\"modal-header\">\n\t\t\t\t<button type=\"button\" class=\"close\" data-dismiss=\"modal\">&times;<\/button>\n\t\t\t\t<h4 class=\"modal-title\">Contact Us<\/h4>\n\t\t\t<\/div>\n\t\t\t<div class=\"modal-body\">\n\t\t\t\t<p>\n\t\t\t\t\tPlease contact us to set up your account:<br\/>\n<h3><strong>Email:<\/strong> <a href=\"mailto:info@PainterChoice.com\">info@PainterChoice.com<\/a><\/h3>\n<h3><strong>Phone:<\/strong> (720) 273-7576<\/h3>\n\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div><\/li><li id=\"field_39_1\"  class=\"gfield half-width gfield_contains_required field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_39_1\"><label class='gfield_label' for='input_39_1' >Central ZIP Code<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_1' id='input_39_1' type='text' value='' class='small' maxlength='5'    aria-required=\"true\" aria-invalid=\"false\"   \/> <\/div><\/li><li id=\"field_39_2\"  class=\"gfield half-width gfield_contains_required field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_39_2\"><label class='gfield_label' for='input_39_2' >How far do you travel?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_2' id='input_39_2' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected'><\/option><option value='30 minutes (10-15 miles)' >30 minutes (10-15 miles)<\/option><option value='45 minutes (20-25 miles)' >45 minutes (20-25 miles)<\/option><option value='1 hour (30-40 miles)' >1 hour (30-40 miles)<\/option><option value='1-2 hours (50 miles)' >1-2 hours (50 miles)<\/option><\/select><\/div><\/li><li id=\"field_39_32\"  class=\"gfield gfield_contains_required field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_39_32\"><label class='gfield_label' for='input_39_32' >90% of our leads are residential repaints, and 10% are commercial. What type of leads do you want?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_32' id='input_39_32' class='medium gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected'><\/option><option value='Residential' >Residential<\/option><option value='Commercial' >Commercial<\/option><option value='Residential &amp; Commercial' >Residential &amp; Commercial<\/option><\/select><\/div><\/li><li id=\"field_39_51\"  class=\"gfield gfield_html gfield_no_follows_desc field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_39_51\"><small><em>You can pause your leads at any time.<\/em><\/small><\/li><li id=\"field_39_29\"  class=\"gfield edit-hide gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_39_29\"><h3>Contact Information<\/h3><\/li><li id=\"field_39_31\"  class=\"gfield half-width edit-hide gfield_contains_required field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_39_31\"><label class='gfield_label gfield_label_before_complex'  >Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_complex ginput_container no_prefix has_first_name no_middle_name has_last_name no_suffix gf_name_has_2 ginput_container_name' id='input_39_31'>\n                            \n                            <span id='input_39_31_3_container' class='name_first' >\n                                                    <input type='text' name='input_31.3' id='input_39_31_3' value=''   aria-required='true'     \/>\n                                                    <label for='input_39_31_3' >Nombre<\/label>\n                                                <\/span>\n                            \n                            <span id='input_39_31_6_container' class='name_last' >\n                                                    <input type='text' name='input_31.6' id='input_39_31_6' value=''   aria-required='true'     \/>\n                                                    <label for='input_39_31_6' >Apellidos<\/label>\n                                                <\/span>\n                            \n                        <\/div><\/li><li id=\"field_39_26\"  class=\"gfield half-width edit-hide gfield_html gfield_no_follows_desc field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_39_26\"><small><strong>Name<\/strong><\/small><\/li><li id=\"field_39_28\"  class=\"gfield half-width edit-hide gfield_contains_required field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_39_28\"><label class='gfield_label' for='input_39_28' >Company<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_28' id='input_39_28' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/> <\/div><\/li><li id=\"field_39_27\"  class=\"gfield half-width edit-hide gfield_html gfield_no_follows_desc field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_39_27\"><small><strong>Company<\/strong><\/small><\/li><li id=\"field_39_23\"  class=\"gfield half-width edit-hide gfield_contains_required field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_39_23\"><label class='gfield_label' for='input_39_23' >Phone<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_phone'><input name='input_23' id='input_39_23' type='text' value='' class='large'   aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_39_24\"  class=\"gfield half-width edit-hide gfield_html gfield_no_follows_desc field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_39_24\"><small><strong>Phone Number<\/strong><\/small><\/li><li id=\"field_39_18\"  class=\"gfield half-width edit-hide gfield_contains_required field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_39_18\"><label class='gfield_label' for='input_39_18' >Contact Email<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_18' id='input_39_18' type='text' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/li><li id=\"field_39_21\"  class=\"gfield half-width edit-hide gfield_html gfield_no_follows_desc field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_39_21\"><small><strong>Contact Email<\/strong><\/small><\/li><li id=\"field_39_20\"  class=\"gfield half-width edit-hide gfield_contains_required field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_39_20\"><label class='gfield_label' for='input_39_20' >Lead Delivery Email<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_20' id='input_39_20' type='text' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/li><li id=\"field_39_22\"  class=\"gfield half-width edit-hide gfield_html gfield_no_follows_desc field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_39_22\"><small><strong>Lead Delivery Email<\/strong> - If different from contact email<\/small><\/li><li id=\"field_39_30\"  class=\"gfield gfield_html gfield_no_follows_desc field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_39_30\"><script>\n\t\/\/Check if in Iframe\n\tfunction inIframe () {\n\t    try {\n\t        return window.self !== window.top;\n\t    } catch (e) {\n\t        return true;\n\t    }\n\t}\n\tif (inIframe()){\n     \t   \/\/ Show all classes of edit-hide if in iframe\n\t   var myClasses = document.querySelectorAll('.edit-hide'),\n           i = 0,\n           l = myClasses.length;\n\n       for (i; i < l; i++) {\n          myClasses[i].style.display = 'block';\n       }\t\n}\n<\/script><\/li><\/ul>\n                    <\/div>\n                    <div class='gform_page_footer top_label'>\n                         <input type='button' id='gform_next_button_39_16' class='gform_next_button button' value='Continue'  onclick='jQuery(\"#gform_target_page_number_39\").val(\"2\");  jQuery(\"#gform_39\").trigger(\"submit\",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_39\").val(\"2\");  jQuery(\"#gform_39\").trigger(\"submit\",[true]); } ' \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_39_2' class='gform_page' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <ul id='gform_fields_39_2' class='gform_fields top_label form_sublabel_below description_below'><li id=\"field_39_34\"  class=\"gfield gfield_html gfield_no_follows_desc field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_39_34\"><h3 style=\"font-size:28px; text-align:center;\">Please review our terms of service:<\/h3>\n<hr style=\"border-style:solid; border-width:1px 0 0 0; border-color:#CCC;margin-bottom:20px;\"\/>\n\n<h3>Painter Choice: How it works<\/h3>\n\n<p>Thousands of customers request estimates every month from Painter Choice. When a customer requests estimates, we instantly text message you and email you the customer's information. We send the lead to 1-4 contractors.<\/p>\n\n<p>Contact the customer like any other referral. Call them as quickly as possible and send them an email. Follow up if you don't reach them on the first call.<\/p>\n\n<h3>Cost of service<\/h3>\n\n<p>You pay $35 per lead we send to you. That's it. No other hidden fees, activation fees, or charges. If the customer selects \"1 room or less\", those leads are free of charge. You will receive an email invoice when we charge you for leads.<\/p>\n\n<h3>Refunds<\/h3>\n\n<p>If you receive a lead with bad contact information, simply respond to the text message or email and let us know. We'll refund the lead within 24-48 hours.<\/p>\n\n<h3>Pausing your account & customer service issues<\/h3>\n\n<p>If you need to pause your leads, you can reply to the text message or email. We will respond within 24 hours. You can also contact us directly at <a href=\"mailto:info@painterchoice.com\">info@painterchoice.com<\/a> or 1(866)389-2854.<\/p>\n\n<h3>Cancellation Policy<\/h3>\n\n<p>You can cancel your account at any time. We have no contract, and no cancellation fee.<\/p>\n\n<h3>Test Lead<\/h3>\n\n<p>You will be receiving a test lead within 24 hours. Please reply to the text message to confirm you've received the lead.<\/p>\n\n<h3>When will you start receiving leads?<\/h3>\n\n<p>You'll receive a test lead within 24 hours. Reply to confirm you received the test lead. You can expect to start receiving leads within the next 1-7 days depending on your service area.<\/p><\/li><li id=\"field_39_35\"  class=\"gfield gfield_contains_required field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_39_35\"><label class='gfield_label gfield_label_before_complex'  >Terms of Service<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_checkbox'><ul class='gfield_checkbox' id='input_39_35'><li class='gchoice gchoice_39_35_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_35.1' type='checkbox'  value='Agree to terms of service'  id='choice_39_35_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_39_35_1' id='label_39_35_1'>Agree to terms of service<\/label>\n\t\t\t\t\t\t\t<\/li><\/ul><\/div><\/li><\/ul>\n                    <\/div>\n                    <div class='gform_page_footer top_label'>\n                        <input type='button' id='gform_previous_button_39_33' class='gform_previous_button button' value='Previous'  onclick='jQuery(\"#gform_target_page_number_39\").val(\"1\");  jQuery(\"#gform_39\").trigger(\"submit\",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_39\").val(\"1\");  jQuery(\"#gform_39\").trigger(\"submit\",[true]); } ' \/> <input type='button' id='gform_next_button_39_33' class='gform_next_button button' value='Continue'  onclick='jQuery(\"#gform_target_page_number_39\").val(\"3\");  jQuery(\"#gform_39\").trigger(\"submit\",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_39\").val(\"3\");  jQuery(\"#gform_39\").trigger(\"submit\",[true]); } ' \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_39_3' class='gform_page' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <ul id='gform_fields_39_3' class='gform_fields top_label form_sublabel_below description_below'><li id=\"field_39_52\"  class=\"gfield gfield_html gfield_no_follows_desc field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_39_52\"><p style=\"text-align:center; font-style:italic;\"><img decoding=\"async\" src=\"https:\/\/paintingleads.com\/wp-content\/themes\/Painting-Leads-2015.12.28\/images\/special.png\" style=\"width:auto; max-height:60px; padding-right:15px;\">Until July 26th : Get 2 Free Leads with Purchase<\/p><\/li><li id=\"field_39_46\"  class=\"gfield gfield_html gfield_no_follows_desc field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_39_46\"><h3>How many leads do you want to start with?<\/h3>\n<small>This is a one time, non-recurring charge.<\/small><\/li><li id=\"field_39_47\"  class=\"gfield gfield_price gfield_price_39_47 gfield_product_39_47 gfield_contains_required field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_39_47\"><label class='gfield_label'  >Leads<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_39_47'>\n\t\t\t<li class='gchoice gchoice_39_47_0'>\n\t\t\t\t<input name='input_47' type='radio' value='$175|175'  id='choice_39_47_0'    \/>\n\t\t\t\t<label for='choice_39_47_0' id='label_39_47_0'>5 leads for $175<br\/><small style=\"font-weight:normal; font-style:italic;\">$35\/lead<\/small><\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_39_47_1'>\n\t\t\t\t<input name='input_47' type='radio' value='$280|280'  id='choice_39_47_1'    \/>\n\t\t\t\t<label for='choice_39_47_1' id='label_39_47_1'>9 leads for $280<br\/><small style=\"font-weight:normal; font-style:italic;\">$31.11\/lead - 12% Off<\/small><\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_39_47_2'>\n\t\t\t\t<input name='input_47' type='radio' value='$450|450'  id='choice_39_47_2'    \/>\n\t\t\t\t<label for='choice_39_47_2' id='label_39_47_2'>15 leads for $450<br\/><small style=\"font-weight:normal; font-style:italic;\">$30\/lead - 15% Off<\/small><\/label>\n\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_39_43\"  class=\"gfield credit-info gfield_contains_required field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_39_43\"><label class='gfield_label gfield_label_before_complex' for='input_39_43_1' >Credit Card<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_complex ginput_container ginput_container_creditcard' id='input_39_43'><span class='ginput_full' id='input_39_43_1_container' >\n                                    <div class='gform_card_icon_container'><div class='gform_card_icon gform_card_icon_amex' >American Express<\/div><div class='gform_card_icon gform_card_icon_discover' >Discover<\/div><div class='gform_card_icon gform_card_icon_mastercard' >MasterCard<\/div><div class='gform_card_icon gform_card_icon_visa' >Visa<\/div><span class='screen-reader-text' id='field_39_43_supported_creditcards'>Tarjetas de cr\u00e9dito admitidas: American Express, Discover, MasterCard, Visa<\/span><\/div>\n                                    <input type='text' name='input_43.1' id='input_39_43_1' value=''   onchange='gformMatchCard(\"input_39_43_1\");' onkeyup='gformMatchCard(\"input_39_43_1\");'    aria-required='true'  \/>\n                                    <label for='input_39_43_1' id='input_39_43_1_label' >N\u00famero tarjeta<\/label>\n                                 <\/span><span class='ginput_full ginput_cardextras' id='input_39_43_2_container'>\n                                            <span class='ginput_cardinfo_left' id='input_39_43_2_cardinfo_left'>\n                                                <span class='ginput_card_expiration_container ginput_card_field'>\n                                                    \n                                                       <select name='input_43.2[]' id='input_39_43_2_month'   class='ginput_card_expiration ginput_card_expiration_month' aria-required='true'  >\n                                                           <option value=''>Mes<\/option><option value='1' >01<\/option><option value='2' >02<\/option><option value='3' >03<\/option><option value='4' >04<\/option><option value='5' >05<\/option><option value='6' >06<\/option><option value='7' >07<\/option><option value='8' >08<\/option><option value='9' >09<\/option><option value='10' >10<\/option><option value='11' >11<\/option><option value='12' >12<\/option>\n                                                       <\/select>\n                                                       \n                                                   \n                                                   \n                                                       <select name='input_43.2[]' id='input_39_43_2_year'   class='ginput_card_expiration ginput_card_expiration_year' aria-required='true'  >\n                                                           <option value=''>A\u00f1o<\/option><option value='2026' >2026<\/option><option value='2027' >2027<\/option><option value='2028' >2028<\/option><option value='2029' >2029<\/option><option value='2030' >2030<\/option><option value='2031' >2031<\/option><option value='2032' >2032<\/option><option value='2033' >2033<\/option><option value='2034' >2034<\/option><option value='2035' >2035<\/option><option value='2036' >2036<\/option><option value='2037' >2037<\/option><option value='2038' >2038<\/option><option value='2039' >2039<\/option><option value='2040' >2040<\/option><option value='2041' >2041<\/option><option value='2042' >2042<\/option><option value='2043' >2043<\/option><option value='2044' >2044<\/option><option value='2045' >2045<\/option>\n                                                       <\/select>\n                                                       \n                                                       \n                                                <\/span>\n                                                 <label for='input_39_43_2_month' >Fecha caducidad<\/label>\n                                            <\/span><span class='ginput_cardinfo_right' id='input_39_43_2_cardinfo_right'>\n                                                <input type='text' name='input_43.3' id='input_39_43_3'   class='ginput_card_security_code' value=''    aria-required='true'  \/>\n                                                <span class='ginput_card_security_code_icon'>&nbsp;<\/span>\n                                                <label for='input_39_43_3' >C\u00f3digo de seguridad<\/label>\n                                             <\/span>\n                                        <\/span><span class='ginput_full' id='input_39_43_5_container'>\n                                            <input type='text' name='input_43.5' id='input_39_43_5' value=''    aria-required='false'  \/>\n                                            <label for='input_39_43_5' id='input_39_43_5_label' >Nombre del titular<\/label>\n                                        <\/span> <\/div><\/li><li id=\"field_39_7\"  class=\"gfield gfield_html gfield_no_follows_desc field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_39_7\"><h3>Billing Address<\/h3><\/li><li id=\"field_39_5\"  class=\"gfield gfield_contains_required field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_39_5\"><label class='gfield_label gfield_label_before_complex'  >Billing Address<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label>    \n                    <div class='ginput_complex ginput_container has_street has_city has_state has_zip ginput_container_address' id='input_39_5' >\n                         <span class='ginput_full address_line_1 ginput_address_line_1' id='input_39_5_1_container' >\n                                        <input type='text' name='input_5.1' id='input_39_5_1' value=''    aria-required='true'    \/>\n                                        <label for='input_39_5_1' id='input_39_5_1_label' >Direcci\u00f3n<\/label>\n                                    <\/span><span class='ginput_left address_city ginput_address_city' id='input_39_5_3_container' >\n                                    <input type='text' name='input_5.3' id='input_39_5_3' value=''    aria-required='true'    \/>\n                                    <label for='input_39_5_3' id='input_39_5_3_label' >Ciudad<\/label>\n                                 <\/span><span class='ginput_right address_state ginput_address_state' id='input_39_5_4_container' >\n                                        <select name='input_5.4' id='input_39_5_4'     aria-required='true'    ><option value='' selected='selected'><\/option><option value='AL' >Alabama<\/option><option value='AK' >Alaska<\/option><option value='AZ' >Arizona<\/option><option value='AR' >Arkansas<\/option><option value='CA' >California<\/option><option value='CO' >Colorado<\/option><option value='CT' >Connecticut<\/option><option value='DE' >Delaware<\/option><option value='DC' >District of Columbia<\/option><option value='FL' >Florida<\/option><option value='GA' >Georgia<\/option><option value='GU' >Guam<\/option><option value='HI' >Hawaii<\/option><option value='ID' >Idaho<\/option><option value='IL' >Illinois<\/option><option value='IN' >Indiana<\/option><option value='IA' >Iowa<\/option><option value='KS' >Kansas<\/option><option value='KY' >Kentucky<\/option><option value='LA' >Louisiana<\/option><option value='ME' >Maine<\/option><option value='MD' >Maryland<\/option><option value='MA' >Massachusetts<\/option><option value='MI' >Michigan<\/option><option value='MN' >Minnesota<\/option><option value='MS' >Mississippi<\/option><option value='MO' >Missouri<\/option><option value='MT' >Montana<\/option><option value='NE' >Nebraska<\/option><option value='NV' >Nevada<\/option><option value='NH' >New Hampshire<\/option><option value='NJ' >New Jersey<\/option><option value='NM' >New Mexico<\/option><option value='NY' >New York<\/option><option value='NC' >North Carolina<\/option><option value='ND' >North Dakota<\/option><option value='OH' >Ohio<\/option><option value='OK' >Oklahoma<\/option><option value='OR' >Oregon<\/option><option value='PA' >Pennsylvania<\/option><option value='PR' >Puerto Rico<\/option><option value='RI' >Rhode Island<\/option><option value='SC' >South Carolina<\/option><option value='SD' >South Dakota<\/option><option value='TN' >Tennessee<\/option><option value='TX' >Texas<\/option><option value='UT' >Utah<\/option><option value='VT' >Vermont<\/option><option value='VA' >Virginia<\/option><option value='WA' >Washington<\/option><option value='WV' >West Virginia<\/option><option value='WI' >Wisconsin<\/option><option value='WY' >Wyoming<\/option><\/select>\n                                        <label for='input_39_5_4' id='input_39_5_4_label' >State<\/label>\n                                      <\/span><span class='ginput_left address_zip ginput_address_zip' id='input_39_5_5_container' >\n                                    <input type='text' name='input_5.5' id='input_39_5_5' value=''    aria-required='true'    \/>\n                                    <label for='input_39_5_5' id='input_39_5_5_label' >Zip Code<\/label>\n                                <\/span><input type='hidden' class='gform_hidden' name='input_5.6' id='input_39_5_6' value='USAB' \/>\n                    <div class='gf_clear gf_clear_complex'><\/div>\n                <\/div><\/li><li id=\"field_39_17\"  class=\"gfield gfield_html gfield_no_follows_desc field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_39_17\"><h3 style=\"font-size:28px; text-align:center;\">Please confirm the details of your lead purchase.<\/h3>\n<hr style=\"border-style:solid; border-width:1px 0 0 0; border-color:#CCC;margin-bottom:20px;\"\/>\n<h3>How you will receive leads:<\/h3>\n<hr>\n<p>\n<strong>Company Name:<\/strong> {Company:28} <a href=\"#1\" class=\"gwmpn-page-link\">edit<\/a> <br \/>\n<strong>Contact Name:<\/strong> {Name (First):31.3} {Name (Last):31.6} <a href=\"#1\" class=\"gwmpn-page-link\">edit<\/a><br \/>\n<strong>Phone Number (text messages):<\/strong> {Phone:23}  <a href=\"#1\" class=\"gwmpn-page-link\">edit<\/a><br \/>\n<strong>Email: <\/strong> {Email:18}  <a href=\"#1\" class=\"gwmpn-page-link\">edit<\/a>\n<\/p>\n<hr>\n<p>\n<strong>Type of Leads:<\/strong> {LeadType:32}  <a href=\"#1\" class=\"gwmpn-page-link\">edit<\/a><br \/>\n<strong>Central ZIP Code:<\/strong> {ZipCode:1} <a href=\"#1\" class=\"gwmpn-page-link\">edit<\/a><br \/>\n<strong>Where You Travel:<\/strong> {Radius:2} <a href=\"#1\" class=\"gwmpn-page-link\">edit<\/a>\n<\/p><\/li><li id=\"field_39_48\"  class=\"gfield gform_hidden field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_39_48\"><div class='ginput_container ginput_container_text'><input name='input_48' id='input_39_48' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='' \/><\/div><\/li><li id=\"field_39_49\"  class=\"gfield gform_hidden field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_39_49\"><div class='ginput_container ginput_container_text'><input name='input_49' id='input_39_49' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='' \/><\/div><\/li><li id=\"field_39_55\"  class=\"gfield gform_validation_container field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_39_55\"><label class='gfield_label' for='input_39_55' >Name<\/label><div class='ginput_container'><input name='input_55' id='input_39_55' type='text' value='' \/><\/div><div class='gfield_description' id='gfield_description_39_55'>Este campo es un campo de validaci\u00f3n y debe quedar sin cambios.<\/div><\/li><\/ul><\/div>\n        <div class='gform_page_footer top_label'><input type='image' src='https:\/\/paintingleads.com\/blank.png' id='gform_previous_button_39' class='gform_previous_button button gform_image_button' alt='P\u00e1gina anterior'  onclick='if(window[\"gf_submitting_39\"]){return false;}  window[\"gf_submitting_39\"]=true;  ' onkeypress='if( event.keyCode == 13 ){ if(window[\"gf_submitting_39\"]){return false;} window[\"gf_submitting_39\"]=true;  jQuery(\"#gform_39\").trigger(\"submit\",[true]); }' \/> <input type='submit' id='gform_submit_button_39' class='gform_button button' value='Confirm Purchase'  onclick='if(window[\"gf_submitting_39\"]){return false;}  window[\"gf_submitting_39\"]=true;  ' onkeypress='if( event.keyCode == 13 ){ if(window[\"gf_submitting_39\"]){return false;} window[\"gf_submitting_39\"]=true;  jQuery(\"#gform_39\").trigger(\"submit\",[true]); }' \/> \n            <input type='hidden' class='gform_hidden' name='is_submit_39' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='39' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_39' value='WyJ7XCI0N1wiOltcImQ3Y2YzYWQ5ZjhhY2YyM2I4ZDhiNTgzODY4OGY5MTM4XCIsXCJiOWE0ZDkxYWFiZWZhZGZhMmZkMTU2ODg0YzFjZGJmYlwiLFwiZTU5YzJhYmNhODljZjk4NDVlYTVkOTQwNzlmYjYzZjVcIl19IiwiZDEyYWFjNWFjNzJlNDJiYmQ5N2U1M2QwMzcwYWYxN2IiXQ==' \/>\n            <input type='hidden' class='gform_hidden' name='gform_target_page_number_39' id='gform_target_page_number_39' value='2' \/>\n            <input type='hidden' class='gform_hidden' name='gform_source_page_number_39' id='gform_source_page_number_39' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/div><\/div>\n                        <\/form>\n                        <\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"template-responsive-landing-page-bilingual.php","meta":{"footnotes":""},"class_list":["post-2070","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Home - PaintingLeads.com<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/paintingleads.com\/home-test\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - PaintingLeads.com\" \/>\n<meta property=\"og:url\" content=\"https:\/\/paintingleads.com\/home-test\/\" \/>\n<meta property=\"og:site_name\" content=\"PaintingLeads.com\" \/>\n<meta property=\"article:modified_time\" content=\"2016-09-21T02:38:49+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/paintingleads.com\\\/home-test\\\/\",\"url\":\"https:\\\/\\\/paintingleads.com\\\/home-test\\\/\",\"name\":\"Home - PaintingLeads.com\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/paintingleads.com\\\/#website\"},\"datePublished\":\"2016-05-04T02:51:34+00:00\",\"dateModified\":\"2016-09-21T02:38:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/paintingleads.com\\\/home-test\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/paintingleads.com\\\/home-test\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/paintingleads.com\\\/home-test\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/paintingleads.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/paintingleads.com\\\/#website\",\"url\":\"https:\\\/\\\/paintingleads.com\\\/\",\"name\":\"PaintingLeads.com\",\"description\":\"Get 12-16+ Painting Leads a Month\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/paintingleads.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - PaintingLeads.com","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/paintingleads.com\/home-test\/","og_locale":"es_ES","og_type":"article","og_title":"Home - PaintingLeads.com","og_url":"https:\/\/paintingleads.com\/home-test\/","og_site_name":"PaintingLeads.com","article_modified_time":"2016-09-21T02:38:49+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/paintingleads.com\/home-test\/","url":"https:\/\/paintingleads.com\/home-test\/","name":"Home - PaintingLeads.com","isPartOf":{"@id":"https:\/\/paintingleads.com\/#website"},"datePublished":"2016-05-04T02:51:34+00:00","dateModified":"2016-09-21T02:38:49+00:00","breadcrumb":{"@id":"https:\/\/paintingleads.com\/home-test\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/paintingleads.com\/home-test\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/paintingleads.com\/home-test\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/paintingleads.com\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/paintingleads.com\/#website","url":"https:\/\/paintingleads.com\/","name":"PaintingLeads.com","description":"Get 12-16+ Painting Leads a Month","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/paintingleads.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"}]}},"_links":{"self":[{"href":"https:\/\/paintingleads.com\/es\/wp-json\/wp\/v2\/pages\/2070","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/paintingleads.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/paintingleads.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/paintingleads.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/paintingleads.com\/es\/wp-json\/wp\/v2\/comments?post=2070"}],"version-history":[{"count":1,"href":"https:\/\/paintingleads.com\/es\/wp-json\/wp\/v2\/pages\/2070\/revisions"}],"predecessor-version":[{"id":2072,"href":"https:\/\/paintingleads.com\/es\/wp-json\/wp\/v2\/pages\/2070\/revisions\/2072"}],"wp:attachment":[{"href":"https:\/\/paintingleads.com\/es\/wp-json\/wp\/v2\/media?parent=2070"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}