{"id":157481,"date":"2023-07-27T12:31:06","date_gmt":"2023-07-27T11:31:06","guid":{"rendered":"https:\/\/evc.extramilecommunications.dev\/?page_id=157481"},"modified":"2023-07-27T12:31:06","modified_gmt":"2023-07-27T11:31:06","slug":"odw-fast-enquiry-2","status":"publish","type":"page","link":"https:\/\/www.evcargo.com\/ur\/odw-fast-enquiry-2\/","title":{"rendered":"ODW \u0641\u0627\u0633\u0679 \u0627\u0646\u06a9\u0648\u0627\u0626\u0631\u06cc"},"content":{"rendered":"<section  class=\"hero-block bg-image\" data-aos=\"fade\" style=\"background-image: url(https:\/\/www.evcargo.com\/wp-content\/uploads\/2023\/07\/20693-EV-Cargo-Lima-Product-Video-V2-Shot-8.jpg);\">\n\n\t<div class=\"container-fluid\">\n\n\t\t<div class=\"hero-block__titles\">\n\n\t\t\t<h1>On Demand Warehousing<\/h1>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\n\n\t\t        \n\t<\/div>\n\n<\/section>\n\n\t<div class=\"breadcrumbs\" typeof=\"BreadcrumbList\" vocab=\"https:\/\/schema.org\/\">\n\t\t<div class=\"container-fluid\">\n\t\t\t<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to EV Cargo.\" href=\"https:\/\/www.evcargo.com\/ur\" class=\"home\" aria-current=\"page\"><span property=\"name\">EV Cargo<\/span><\/a><meta property=\"position\" content=\"1\"><\/span>\t\t<\/div>\n\t<\/div>\n\n\n\n\n<script src=\"https:\/\/maps.googleapis.com\/maps\/api\/js?key=AIzaSyC9KdX2Zt1qVkjf80fVCEoHqU0FsW3ech4\"><\/script>\n<script type=\"text\/javascript\">\n(function( $ ) {\n\n\/**\n * initMap\n *\n * Renders a Google Map onto the selected jQuery element\n *\n * @date    22\/10\/19\n * @since   5.8.6\n *\n * @param   jQuery $el The jQuery element.\n * @return  object The map instance.\n *\/\nfunction initMap( $el ) {\n\n    \/\/ Find marker elements within map.\n    var $markers = $el.find('.marker');\n\n    \/\/ Create gerenic map.\n    var mapArgs = {\n        zoom        : $el.data('zoom') || 16,\n        mapTypeId   : google.maps.MapTypeId.ROADMAP\n    };\n    var map = new google.maps.Map( $el[0], mapArgs );\n\n    \/\/ Add markers.\n    map.markers = [];\n    $markers.each(function(){\n        initMarker( $(this), map );\n    });\n\n    \/\/ Center map based on markers.\n    centerMap( map );\n\n    \/\/ Return map instance.\n    return map;\n}\n\n\/**\n * initMarker\n *\n * Creates a marker for the given jQuery element and map.\n *\n * @date    22\/10\/19\n * @since   5.8.6\n *\n * @param   jQuery $el The jQuery element.\n * @param   object The map instance.\n * @return  object The marker instance.\n *\/\nfunction initMarker( $marker, map ) {\n\n    \/\/ Get position from marker.\n    var lat = $marker.data('lat');\n    var lng = $marker.data('lng');\n    var latLng = {\n        lat: parseFloat( lat ),\n        lng: parseFloat( lng )\n    };\n\n    \/\/ Create marker instance.\n    var marker = new google.maps.Marker({\n        position : latLng,\n        map: map\n    });\n\n    \/\/ Append to reference for later use.\n    map.markers.push( marker );\n\n    \/\/ If marker contains HTML, add it to an infoWindow.\n    if( $marker.html() ){\n\n        \/\/ Create info window.\n        var infowindow = new google.maps.InfoWindow({\n            content: $marker.html()\n        });\n\n        \/\/ Show info window when marker is clicked.\n        google.maps.event.addListener(marker, 'click', function() {\n            infowindow.open( map, marker );\n        });\n    }\n}\n\n\/**\n * centerMap\n *\n * Centers the map showing all markers in view.\n *\n * @date    22\/10\/19\n * @since   5.8.6\n *\n * @param   object The map instance.\n * @return  void\n *\/\nfunction centerMap( map ) {\n\n    \/\/ Create map boundaries from all map markers.\n    var bounds = new google.maps.LatLngBounds();\n    map.markers.forEach(function( marker ){\n        bounds.extend({\n            lat: marker.position.lat(),\n            lng: marker.position.lng()\n        });\n    });\n\n    \/\/ Case: Single marker.\n    if( map.markers.length == 1 ){\n        map.setCenter( bounds.getCenter() );\n\n    \/\/ Case: Multiple markers.\n    } else{\n        map.fitBounds( bounds );\n    }\n}\n\n\/\/ Render maps on page load.\n$(document).ready(function(){\n    $('.acf-map').each(function(){\n        var map = initMap( $(this) );\n    });\n});\n\n})(jQuery);\n<\/script>\n\n\n<section  class=\"contact-block\">\n\n\t<div class=\"container-fluid\">\n\n        \n\n\t\t<div class=\"contact-block__top row\">\n\n\t\t\t<div class=\"contact-block__top__left col-12 col-md-6 col-lg-4 offset-lg-1\">\n\n                <h2>Contact Us<\/h2>                \n                <div class=\"wysiwyg\"><p>Speak to our experts for more information on how our innovative on-demand warehousing solution can help upscale and protect your supply chain.<\/p>\n<\/div>                <p class=\"email\"><a href=\"mailto:info@evcargo.com\">info@evcargo.com<\/a>\n                <p class=\"number\"><a href=\"tel:\"><\/a>\n                \n                \n                \n\t\t\t<\/div>\n\n\t\t\t<div class=\"contact-block__top__right col-12 col-md-6 col-lg-6\">\n\n\t\t\t\t\t\t\t\t<noscript class=\"ninja-forms-noscript-message\">\n\tNotice: JavaScript is required for this content.<\/noscript>\n<div id=\"nf-form-17-cont\" class=\"nf-form-cont\" aria-live=\"polite\" aria-labelledby=\"nf-form-title-17\" aria-describedby=\"nf-form-errors-17\" role=\"form\">\n\n    <div class=\"nf-loading-spinner\"><\/div>\n\n<\/div>\n        <!-- That data is being printed as a workaround to page builders reordering the order of the scripts loaded-->\n        <script>var formDisplay=1;var nfForms=nfForms||[];var form=[];form.id='17';form.settings={\"objectType\":\"Form Setting\",\"editActive\":\"1\",\"title\":\"ODW Quick Enquiry - Copy\",\"default_label_pos\":\"above\",\"show_title\":\"0\",\"clear_complete\":\"1\",\"hide_complete\":\"1\",\"logged_in\":\"\",\"wrapper_class\":\"\",\"element_class\":\"\",\"key\":\"\",\"add_submit\":\"0\",\"currency\":\"\",\"repeatable_fieldsets\":\"\",\"unique_field_error\":\"A form with this value has already been submitted.\",\"not_logged_in_msg\":\"\",\"sub_limit_msg\":\"The form has reached its submission limit.\",\"calculations\":[],\"formContentData\":[{\"formContentData\":[\"quit_1628774069820\",\"enquiries_1628773602707\",\"first_name_1700817193934\",\"last_name_1700817211371\",\"company_name_1628773649183\",\"phone_mobile_1629383365864\",\"email_1628688875061\",\"comments_questions_1629383505918\",\"html_1658921270167\",\"i_have_read_and_accepted_the_terms_and_conditions_1658486808315\",\"recaptcha_1658745992749\",\"hidden_1704469881006\",\"submit_1628688913986\"],\"order\":0,\"type\":\"part\",\"clean\":false,\"title\":\"Your Details\",\"key\":\"nihdqjc\",\"editActive\":true,\"drawerDisabled\":false}],\"changeEmailErrorMsg\":\"Please enter a valid email address!\",\"changeDateErrorMsg\":\"Please enter a valid date!\",\"confirmFieldErrorMsg\":\"These fields must match!\",\"fieldNumberNumMinError\":\"Number Min Error\",\"fieldNumberNumMaxError\":\"Number Max Error\",\"fieldNumberIncrementBy\":\"Please increment by \",\"formErrorsCorrectErrors\":\"Please correct errors before submitting this form.\",\"validateRequiredField\":\"This is a required field.\",\"honeypotHoneypotError\":\"Honeypot Error\",\"fieldsMarkedRequired\":\" \",\"drawerDisabled\":\"\",\"conditions\":[{\"collapsed\":false,\"process\":1,\"connector\":\"all\",\"when\":[{\"connector\":\"AND\",\"key\":\"specific_interest_1629382037509\",\"comparator\":\"equal\",\"value\":\"checked\",\"type\":\"field\",\"modelType\":\"when\"}],\"then\":[{\"key\":\"storage_1631874590393\",\"trigger\":\"show_field\",\"value\":\"\",\"type\":\"field\",\"modelType\":\"then\"},{\"key\":\"services_1631874787842\",\"trigger\":\"show_field\",\"value\":\"\",\"type\":\"field\",\"modelType\":\"then\"},{\"key\":\"accreditations_1631874742246\",\"trigger\":\"show_field\",\"value\":\"\",\"type\":\"field\",\"modelType\":\"then\"}],\"else\":[{\"key\":\"services_1631874787842\",\"trigger\":\"hide_field\",\"value\":\"\",\"type\":\"field\",\"modelType\":\"else\"},{\"key\":\"accreditations_1631874742246\",\"trigger\":\"hide_field\",\"value\":\"\",\"type\":\"field\",\"modelType\":\"else\"},{\"key\":\"storage_1631874590393\",\"trigger\":\"hide_field\",\"value\":\"\",\"type\":\"field\",\"modelType\":\"else\"}]},{\"collapsed\":false,\"process\":1,\"connector\":\"all\",\"when\":[{\"connector\":\"AND\",\"key\":\"accreditations_1631874742246\",\"comparator\":\"contains\",\"value\":\"other\",\"type\":\"field\",\"modelType\":\"when\"}],\"then\":[{\"key\":\"details_1629382467477\",\"trigger\":\"show_field\",\"value\":\"\",\"type\":\"field\",\"modelType\":\"then\"}],\"else\":[{\"key\":\"details_1629382467477\",\"trigger\":\"hide_field\",\"value\":\"\",\"type\":\"field\",\"modelType\":\"else\"}]},{\"collapsed\":false,\"process\":1,\"connector\":\"all\",\"when\":[{\"connector\":\"AND\",\"key\":\"enquiry_about_1628688801879\",\"comparator\":\"contains\",\"value\":\"\",\"type\":\"field\",\"modelType\":\"when\"}],\"then\":[{\"key\":91,\"trigger\":\"activate_action\",\"value\":\"\",\"type\":\"action\",\"modelType\":\"then\"}],\"else\":[{\"key\":91,\"trigger\":\"deactivate_action\",\"type\":\"action\",\"modelType\":\"else\"}]},{\"collapsed\":false,\"process\":1,\"connector\":\"all\",\"when\":[{\"connector\":\"AND\",\"key\":\"enquiry_about_1628688801879\",\"comparator\":\"contains\",\"value\":\"\",\"type\":\"field\",\"modelType\":\"when\"}],\"then\":[{\"key\":97,\"trigger\":\"activate_action\",\"value\":\"\",\"type\":\"action\",\"modelType\":\"then\"}],\"else\":[{\"key\":97,\"trigger\":\"deactivate_action\",\"type\":\"action\",\"modelType\":\"else\"}]},{\"collapsed\":false,\"process\":1,\"connector\":\"all\",\"when\":[{\"connector\":\"AND\",\"key\":\"enquiry_about_1628688801879\",\"comparator\":\"contains\",\"value\":\"\",\"type\":\"field\",\"modelType\":\"when\"}],\"then\":[{\"key\":98,\"trigger\":\"activate_action\",\"value\":\"\",\"type\":\"action\",\"modelType\":\"then\"}],\"else\":[{\"key\":98,\"trigger\":\"deactivate_action\",\"type\":\"action\",\"modelType\":\"else\"}]}],\"mp_breadcrumb\":\"1\",\"mp_progress_bar\":\"1\",\"mp_display_titles\":\"0\",\"form_title_heading_level\":\"3\",\"allow_public_link\":0,\"embed_form\":\"\",\"ninjaForms\":\"Ninja Forms\",\"fieldTextareaRTEInsertLink\":\"Insert Link\",\"fieldTextareaRTEInsertMedia\":\"Insert Media\",\"fieldTextareaRTESelectAFile\":\"Select a file\",\"formHoneypot\":\"If you are a human seeing this field, please leave it empty.\",\"fileUploadOldCodeFileUploadInProgress\":\"File Upload in Progress.\",\"fileUploadOldCodeFileUpload\":\"FILE UPLOAD\",\"currencySymbol\":\"&#36;\",\"thousands_sep\":\",\",\"decimal_point\":\".\",\"siteLocale\":\"ur\",\"dateFormat\":\"m\\\/d\\\/Y\",\"startOfWeek\":\"1\",\"of\":\"of\",\"previousMonth\":\"Previous Month\",\"nextMonth\":\"Next Month\",\"months\":[\"January\",\"February\",\"March\",\"April\",\"May\",\"June\",\"July\",\"August\",\"September\",\"October\",\"November\",\"December\"],\"monthsShort\":[\"Jan\",\"Feb\",\"Mar\",\"Apr\",\"May\",\"Jun\",\"Jul\",\"Aug\",\"Sep\",\"Oct\",\"Nov\",\"Dec\"],\"weekdays\":[\"Sunday\",\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\"],\"weekdaysShort\":[\"Sun\",\"Mon\",\"Tue\",\"Wed\",\"Thu\",\"Fri\",\"Sat\"],\"weekdaysMin\":[\"Su\",\"Mo\",\"Tu\",\"We\",\"Th\",\"Fr\",\"Sa\"],\"recaptchaConsentMissing\":\"reCaptcha validation couldn&#039;t load.\",\"recaptchaMissingCookie\":\"reCaptcha v3 validation couldn&#039;t load the cookie needed to submit the form.\",\"recaptchaConsentEvent\":\"Accept reCaptcha cookies before sending the form.\",\"currency_symbol\":\"\",\"beforeForm\":\"\",\"beforeFields\":\"\",\"afterFields\":\"\",\"afterForm\":\"\"};form.fields=[{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":1,\"idAttribute\":\"id\",\"label\":\"Quit\",\"type\":\"html\",\"default\":\"<div onclick = \\\"closethemodal()\\\" class=\\\"close\\\">X<\\\/div>\",\"container_class\":\"\",\"element_class\":\"\",\"key\":\"quit_1628774069820\",\"drawerDisabled\":\"\",\"field_label\":\"Quit\",\"field_key\":\"quit_1628774069820\",\"admin_label\":\"\",\"id\":244,\"beforeField\":\"\",\"afterField\":\"\",\"value\":\"<div onclick = \\\"closethemodal()\\\" class=\\\"close\\\">X<\\\/div>\",\"label_pos\":\"above\",\"parentType\":\"html\",\"element_templates\":[\"html\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":2,\"idAttribute\":\"id\",\"label\":\"Enquiries\",\"type\":\"html\",\"default\":\"<p style='font-size: 2rem'><b>Enquiries<\\\/b><br><\\\/p>\\n<p>Thank you very much for your enquiry.&nbsp; Please fill out the form below and we will get back to you as soon as we can.<br><\\\/p>\",\"container_class\":\"\",\"element_class\":\"\",\"key\":\"enquiries_1628773602707\",\"drawerDisabled\":\"\",\"field_label\":\"Enquiries\",\"field_key\":\"enquiries_1628773602707\",\"admin_label\":\"\",\"id\":242,\"beforeField\":\"\",\"afterField\":\"\",\"value\":\"<p style='font-size: 2rem'><b>Enquiries<\\\/b><br><\\\/p>\\n<p>Thank you very much for your enquiry.&nbsp; Please fill out the form below and we will get back to you as soon as we can.<br><\\\/p>\",\"label_pos\":\"above\",\"parentType\":\"html\",\"element_templates\":[\"html\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":3,\"idAttribute\":\"id\",\"label\":\"First Name\",\"type\":\"firstname\",\"key\":\"first_name_1700817193934\",\"label_pos\":\"above\",\"required\":1,\"default\":\"\",\"placeholder\":\"\",\"container_class\":\" first one-half\",\"element_class\":\"\",\"admin_label\":\"\",\"help_text\":\"\",\"custom_name_attribute\":\"fname\",\"personally_identifiable\":1,\"value\":\"\",\"drawerDisabled\":false,\"field_label\":\"Name\",\"field_key\":\"name_1628690325281\",\"id\":238,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"firstname\",\"element_templates\":[\"firstname\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":4,\"idAttribute\":\"id\",\"label\":\"Last Name\",\"type\":\"firstname\",\"key\":\"last_name_1700817211371\",\"label_pos\":\"above\",\"required\":1,\"default\":\"\",\"placeholder\":\"\",\"container_class\":\" first one-half\",\"element_class\":\"\",\"admin_label\":\"\",\"help_text\":\"\",\"custom_name_attribute\":\"fname\",\"personally_identifiable\":1,\"value\":\"\",\"drawerDisabled\":false,\"field_label\":\"Name\",\"field_key\":\"name_1628690325281\",\"id\":318,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"firstname\",\"element_templates\":[\"firstname\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":5,\"idAttribute\":\"id\",\"label\":\"Company Name\",\"type\":\"textbox\",\"key\":\"company_name_1628773649183\",\"label_pos\":\"above\",\"required\":1,\"default\":\"\",\"placeholder\":\"\",\"container_class\":\"one-half\",\"element_class\":\"\",\"input_limit\":\"\",\"input_limit_type\":\"characters\",\"input_limit_msg\":\"Character(s) left\",\"manual_key\":\"\",\"admin_label\":\"\",\"help_text\":\"\",\"mask\":\"\",\"custom_mask\":\"\",\"custom_name_attribute\":\"\",\"personally_identifiable\":\"\",\"value\":\"\",\"drawerDisabled\":\"\",\"field_label\":\"Company Name\",\"field_key\":\"company_name_1628773649183\",\"id\":243,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"textbox\",\"element_templates\":[\"textbox\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":6,\"idAttribute\":\"id\",\"label\":\"Phone (Mobile)\",\"type\":\"phone\",\"key\":\"phone_mobile_1629383365864\",\"label_pos\":\"above\",\"required\":0,\"default\":\"\",\"placeholder\":\"\",\"container_class\":\"first one-half\",\"element_class\":\"\",\"input_limit\":\"\",\"input_limit_type\":\"characters\",\"input_limit_msg\":\"Character(s) left\",\"manual_key\":\"\",\"admin_label\":\"\",\"help_text\":\"\",\"mask\":\"\",\"custom_mask\":\"\",\"custom_name_attribute\":\"phone\",\"personally_identifiable\":1,\"value\":\"\",\"drawerDisabled\":\"\",\"field_label\":\"Phone (Mobile)\",\"field_key\":\"phone_mobile_1629383365864\",\"id\":240,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"textbox\",\"element_templates\":[\"tel\",\"textbox\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":7,\"idAttribute\":\"id\",\"label\":\"Email\",\"type\":\"email\",\"key\":\"email_1628688875061\",\"label_pos\":\"above\",\"required\":1,\"default\":\"\",\"placeholder\":\"\",\"container_class\":\"one-half\",\"element_class\":\"\",\"admin_label\":\"\",\"help_text\":\"\",\"custom_name_attribute\":\"email\",\"personally_identifiable\":1,\"value\":\"\",\"drawerDisabled\":\"\",\"field_label\":\"Email\",\"field_key\":\"email_1628688875061\",\"id\":239,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"email\",\"element_templates\":[\"email\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":8,\"idAttribute\":\"id\",\"label\":\"Comments\\\/Questions\",\"type\":\"textarea\",\"key\":\"comments_questions_1629383505918\",\"label_pos\":\"above\",\"required\":\"\",\"default\":\"\",\"placeholder\":\"\",\"container_class\":\"\",\"element_class\":\"\",\"input_limit\":\"\",\"input_limit_type\":\"characters\",\"input_limit_msg\":\"Character(s) left\",\"manual_key\":\"\",\"admin_label\":\"\",\"help_text\":\"\",\"textarea_rte\":\"\",\"disable_rte_mobile\":\"\",\"textarea_media\":\"\",\"value\":\"\",\"drawerDisabled\":\"\",\"field_label\":\"Comments\\\/Questions\",\"field_key\":\"comments_questions_1629383505918\",\"id\":245,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"textarea\",\"element_templates\":[\"textarea\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":9,\"idAttribute\":\"id\",\"label\":\"Quit Copy\",\"type\":\"html\",\"default\":\"<div onclick = \\\"closethemodal()\\\" class=\\\"close\\\">X<\\\/div>\",\"container_class\":\"\",\"element_class\":\"\",\"key\":\"html_1658921270167\",\"drawerDisabled\":\"\",\"field_label\":\"Quit Copy\",\"field_key\":\"html_1658921270167\",\"admin_label\":\"\",\"id\":248,\"beforeField\":\"\",\"afterField\":\"\",\"value\":\"<div onclick = \\\"closethemodal()\\\" class=\\\"close\\\">X<\\\/div>\",\"label_pos\":\"above\",\"parentType\":\"html\",\"element_templates\":[\"html\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":10,\"idAttribute\":\"id\",\"label\":\"I have read and accepted the Terms and Conditions\",\"type\":\"checkbox\",\"key\":\"i_have_read_and_accepted_the_terms_and_conditions_1658486808315\",\"label_pos\":\"right\",\"required\":1,\"container_class\":\"\",\"element_class\":\"\",\"manual_key\":\"\",\"admin_label\":\"\",\"help_text\":\"\",\"default_value\":\"unchecked\",\"checked_value\":\"Checked\",\"unchecked_value\":\"Unchecked\",\"checked_calc_value\":\"\",\"unchecked_calc_value\":\"\",\"drawerDisabled\":\"\",\"field_label\":\"I have read and accepted the Terms and Conditions\",\"field_key\":\"i_have_read_and_accepted_the_terms_and_conditions_1658486808315\",\"id\":246,\"beforeField\":\"\",\"afterField\":\"\",\"value\":\"\",\"parentType\":\"checkbox\",\"element_templates\":[\"checkbox\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":11,\"idAttribute\":\"id\",\"label\":\"Recaptcha\",\"type\":\"recaptcha\",\"container_class\":\"\",\"element_class\":\"\",\"size\":\"visible\",\"key\":\"recaptcha_1658745992749\",\"drawerDisabled\":\"\",\"field_label\":\"Recaptcha\",\"field_key\":\"recaptcha_1658745992749\",\"id\":247,\"beforeField\":\"\",\"afterField\":\"\",\"value\":\"\",\"label_pos\":\"above\",\"parentType\":\"textbox\",\"element_templates\":[\"recaptcha\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\",\"site_key\":\"6LcDO_UdAAAAAPX6zyTqkBrAKjdLm8zerL8vC7U1\",\"theme\":\"light\",\"lang\":\"en\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":12,\"idAttribute\":\"id\",\"type\":\"hidden\",\"label\":\"Hidden\",\"key\":\"hidden_1704469881006\",\"default\":\"{wp:post_title}\",\"admin_label\":\"\",\"drawerDisabled\":false,\"id\":342,\"beforeField\":\"\",\"afterField\":\"\",\"value\":\"ODW Fast Enquiry\",\"label_pos\":\"above\",\"parentType\":\"hidden\",\"element_templates\":[\"hidden\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap-no-label\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":13,\"idAttribute\":\"id\",\"label\":\"Submit\",\"type\":\"submit\",\"processing_label\":\"Processing\",\"container_class\":\"\",\"element_class\":\"\",\"key\":\"submit_1628688913986\",\"field_label\":\"Submit\",\"field_key\":\"submit_1628688913986\",\"admin_label\":\"\",\"id\":241,\"beforeField\":\"\",\"afterField\":\"\",\"value\":\"\",\"label_pos\":\"above\",\"parentType\":\"textbox\",\"element_templates\":[\"submit\",\"button\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap-no-label\"}];nfForms.push(form);<\/script>\n        <script id=\"tmpl-nf-mp-form-content\" type=\"text\/template\">\n\t<div class=\"nf-mp-header\"><\/div>\n\t<div class=\"nf-mp-body\"><\/div>\n\t<div class=\"nf-mp-footer\"><\/div>\n<\/script>\n\n<script id=\"tmpl-nf-mp-header\" type=\"text\/template\">\n\t{{{ data.renderProgressBar() }}}\n\t{{{ data.renderBreadcrumbs() }}}\n\t{{{ data.renderPartTitle() }}}\n<\/script>\n<script id=\"tmpl-nf-mp-part-title\" type=\"text\/template\">\n\t<h3>\n\t\t{{{ data.title }}}\n\t<\/h3>\n<\/script>\n\n<script id=\"tmpl-nf-mp-footer\" type=\"text\/template\">\n\t{{{ data.renderNextPrevious() }}}\n<\/script>\n\n<script id=\"tmpl-nf-mp-next-previous\" type=\"text\/template\">\n\t<ul class=\"nf-next-previous\">\n\t\t<# if ( data.showPrevious ) { #>\n\t\t<li class=\"nf-previous-item\">\n\t\t\t<input type=\"button\" class=\"nf-previous\" value=\"{{{ data.prevLabel }}}\" \/>\n\t\t<\/li>\n\t\t<# } #>\n\n\t\t<# if ( data.showNext ) { #>\n\t\t<li class=\"nf-next-item\">\n\t\t\t<input type=\"button\" class=\"nf-next\" value=\"{{{ data.nextLabel }}}\" \/>\n\t\t<\/li>\n\t\t<# } #>\n\t<\/ul>\n<\/script>\n\n<script id=\"tmpl-nf-mp-breadcrumbs\" type=\"text\/template\">\n\t<ul class=\"nf-breadcrumbs\">\n\t\t<# _.each( data.parts, function( part, index ) { #>\n\t\t<li class=\"{{{ ( data.currentIndex == index ) ? 'active' : '' }}} {{{ ( part.errors ) ? 'errors' : '' }}}\">\n\t\t\t<a href=\"#\" class=\"nf-breadcrumb\" data-index=\"{{{ index }}}\">{{{ ( part.errors ) ? '' : '' }}} {{{ part.title }}}<\/a>\n\t\t<\/li>\n\t\t<# } ); #>\n\t<\/ul>\n<\/script>\n\n<script id=\"tmpl-nf-mp-progress-bar\" type=\"text\/template\">\n    <div class=\"nf-progress-container\">\n        <div class=\"nf-progress\" style=\"width: {{{ data.percent }}}%;\"><\/div>\n    <\/div>\n<\/script>        <script id=\"nf-tmpl-cell\" type=\"text\/template\">\n            <nf-fields><\/nf-fields>\n        <\/script>\n\n        <script id=\"nf-tmpl-row\" type=\"text\/template\">\n            <nf-cells><\/nf-cells>\n        <\/script>\n\n        \n\t\t\t<\/div>\n\n\t\t<\/div>\n\n\t\t<div class=\"contact-block__bottom row\">\n\n\t\t\t<div class=\"contact-block__bottom__block col-md-12\">\n\n\n\t\t\t\t                \n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t\t<div class=\"contact-block__bottom__block col-md-12\">\n\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t\t<\/div>\n\n\t\t<\/div>\n\n\t<\/div>\n\n<\/section>      ","protected":false},"excerpt":{"rendered":"","protected":false},"author":18,"featured_media":2512,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-157481","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Contact Us | EV Cargo<\/title>\n<meta name=\"description\" content=\"Get in touch with our experts today. We have over 5000 logistic professionals on hand to answer your queries.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.evcargo.com\/ur\/odw-fast-enquiry-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact Us | EV Cargo\" \/>\n<meta property=\"og:description\" content=\"Get in touch with our experts today. We have over 5000 logistic professionals on hand to answer your queries.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.evcargo.com\/ur\/odw-fast-enquiry-2\/\" \/>\n<meta property=\"og:site_name\" content=\"EV Cargo\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.evcargo.com\/wp-content\/uploads\/2021\/06\/14639-104-2.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2400\" \/>\n\t<meta property=\"og:image:height\" content=\"1600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\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:\\\/\\\/www.evcargo.com\\\/hi\\\/odw-fast-enquiry-2\\\/\",\"url\":\"https:\\\/\\\/www.evcargo.com\\\/hi\\\/odw-fast-enquiry-2\\\/\",\"name\":\"Contact Us | EV Cargo\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.evcargo.com\\\/de\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.evcargo.com\\\/hi\\\/odw-fast-enquiry-2\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.evcargo.com\\\/hi\\\/odw-fast-enquiry-2\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.evcargo.com\\\/wp-content\\\/uploads\\\/2021\\\/06\\\/14639-104-2.jpg\",\"datePublished\":\"2023-07-27T11:31:06+00:00\",\"description\":\"Get in touch with our experts today. We have over 5000 logistic professionals on hand to answer your queries.\",\"inLanguage\":\"ur\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.evcargo.com\\\/hi\\\/odw-fast-enquiry-2\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ur\",\"@id\":\"https:\\\/\\\/www.evcargo.com\\\/hi\\\/odw-fast-enquiry-2\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.evcargo.com\\\/wp-content\\\/uploads\\\/2021\\\/06\\\/14639-104-2.jpg\",\"contentUrl\":\"https:\\\/\\\/www.evcargo.com\\\/wp-content\\\/uploads\\\/2021\\\/06\\\/14639-104-2.jpg\",\"width\":2400,\"height\":1600,\"caption\":\"EV Cargo. Artic trailer and tractor. Sharpness warehouse. Gloucestershire. United Kingdom.\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.evcargo.com\\\/de\\\/#website\",\"url\":\"https:\\\/\\\/www.evcargo.com\\\/de\\\/\",\"name\":\"EV Cargo\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.evcargo.com\\\/de\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.evcargo.com\\\/de\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ur\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.evcargo.com\\\/de\\\/#organization\",\"name\":\"EV Cargo\",\"alternateName\":\"EVC\",\"url\":\"https:\\\/\\\/www.evcargo.com\\\/de\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ur\",\"@id\":\"https:\\\/\\\/www.evcargo.com\\\/de\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.evcargo.com\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/ev-cargo-logo.png\",\"contentUrl\":\"https:\\\/\\\/www.evcargo.com\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/ev-cargo-logo.png\",\"width\":364,\"height\":78,\"caption\":\"EV Cargo\"},\"image\":{\"@id\":\"https:\\\/\\\/www.evcargo.com\\\/de\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u06c1\u0645 \u0633\u06d2 \u0631\u0627\u0628\u0637\u06c1 \u06a9\u0631\u06cc\u06ba | \u0627\u06cc \u0648\u06cc \u06a9\u0627\u0631\u06af\u0648","description":"\u0622\u062c \u06c1\u06cc \u06c1\u0645\u0627\u0631\u06d2 \u0645\u0627\u06c1\u0631\u06cc\u0646 \u0633\u06d2 \u0631\u0627\u0628\u0637\u06c1 \u06a9\u0631\u06cc\u06ba\u06d4 \u0622\u067e \u06a9\u06d2 \u0633\u0648\u0627\u0644\u0627\u062a \u06a9\u0627 \u062c\u0648\u0627\u0628 \u062f\u06cc\u0646\u06d2 \u06a9\u06d2 \u0644\u06cc\u06d2 \u06c1\u0645\u0627\u0631\u06d2 \u067e\u0627\u0633 5000 \u0633\u06d2 \u0632\u06cc\u0627\u062f\u06c1 \u0644\u0627\u062c\u0633\u0679\u06a9 \u067e\u0631\u0648\u0641\u06cc\u0634\u0646\u0644\u0632 \u0645\u0648\u062c\u0648\u062f \u06c1\u06cc\u06ba\u06d4","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:\/\/www.evcargo.com\/ur\/odw-fast-enquiry-2\/","og_locale":"en_US","og_type":"article","og_title":"Contact Us | EV Cargo","og_description":"Get in touch with our experts today. We have over 5000 logistic professionals on hand to answer your queries.","og_url":"https:\/\/www.evcargo.com\/ur\/odw-fast-enquiry-2\/","og_site_name":"EV Cargo","og_image":[{"width":2400,"height":1600,"url":"https:\/\/www.evcargo.com\/wp-content\/uploads\/2021\/06\/14639-104-2.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.evcargo.com\/hi\/odw-fast-enquiry-2\/","url":"https:\/\/www.evcargo.com\/hi\/odw-fast-enquiry-2\/","name":"\u06c1\u0645 \u0633\u06d2 \u0631\u0627\u0628\u0637\u06c1 \u06a9\u0631\u06cc\u06ba | \u0627\u06cc \u0648\u06cc \u06a9\u0627\u0631\u06af\u0648","isPartOf":{"@id":"https:\/\/www.evcargo.com\/de\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.evcargo.com\/hi\/odw-fast-enquiry-2\/#primaryimage"},"image":{"@id":"https:\/\/www.evcargo.com\/hi\/odw-fast-enquiry-2\/#primaryimage"},"thumbnailUrl":"https:\/\/www.evcargo.com\/wp-content\/uploads\/2021\/06\/14639-104-2.jpg","datePublished":"2023-07-27T11:31:06+00:00","description":"\u0622\u062c \u06c1\u06cc \u06c1\u0645\u0627\u0631\u06d2 \u0645\u0627\u06c1\u0631\u06cc\u0646 \u0633\u06d2 \u0631\u0627\u0628\u0637\u06c1 \u06a9\u0631\u06cc\u06ba\u06d4 \u0622\u067e \u06a9\u06d2 \u0633\u0648\u0627\u0644\u0627\u062a \u06a9\u0627 \u062c\u0648\u0627\u0628 \u062f\u06cc\u0646\u06d2 \u06a9\u06d2 \u0644\u06cc\u06d2 \u06c1\u0645\u0627\u0631\u06d2 \u067e\u0627\u0633 5000 \u0633\u06d2 \u0632\u06cc\u0627\u062f\u06c1 \u0644\u0627\u062c\u0633\u0679\u06a9 \u067e\u0631\u0648\u0641\u06cc\u0634\u0646\u0644\u0632 \u0645\u0648\u062c\u0648\u062f \u06c1\u06cc\u06ba\u06d4","inLanguage":"ur","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.evcargo.com\/hi\/odw-fast-enquiry-2\/"]}]},{"@type":"ImageObject","inLanguage":"ur","@id":"https:\/\/www.evcargo.com\/hi\/odw-fast-enquiry-2\/#primaryimage","url":"https:\/\/www.evcargo.com\/wp-content\/uploads\/2021\/06\/14639-104-2.jpg","contentUrl":"https:\/\/www.evcargo.com\/wp-content\/uploads\/2021\/06\/14639-104-2.jpg","width":2400,"height":1600,"caption":"EV Cargo. Artic trailer and tractor. Sharpness warehouse. Gloucestershire. United Kingdom."},{"@type":"WebSite","@id":"https:\/\/www.evcargo.com\/de\/#website","url":"https:\/\/www.evcargo.com\/de\/","name":"\u0627\u06cc \u0648\u06cc \u06a9\u0627\u0631\u06af\u0648\u06d4","description":"","publisher":{"@id":"https:\/\/www.evcargo.com\/de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.evcargo.com\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ur"},{"@type":"Organization","@id":"https:\/\/www.evcargo.com\/de\/#organization","name":"\u0627\u06cc \u0648\u06cc \u06a9\u0627\u0631\u06af\u0648\u06d4","alternateName":"EVC","url":"https:\/\/www.evcargo.com\/de\/","logo":{"@type":"ImageObject","inLanguage":"ur","@id":"https:\/\/www.evcargo.com\/de\/#\/schema\/logo\/image\/","url":"https:\/\/www.evcargo.com\/wp-content\/uploads\/2025\/02\/ev-cargo-logo.png","contentUrl":"https:\/\/www.evcargo.com\/wp-content\/uploads\/2025\/02\/ev-cargo-logo.png","width":364,"height":78,"caption":"EV Cargo"},"image":{"@id":"https:\/\/www.evcargo.com\/de\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.evcargo.com\/ur\/wp-json\/wp\/v2\/pages\/157481","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.evcargo.com\/ur\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.evcargo.com\/ur\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.evcargo.com\/ur\/wp-json\/wp\/v2\/users\/18"}],"replies":[{"embeddable":true,"href":"https:\/\/www.evcargo.com\/ur\/wp-json\/wp\/v2\/comments?post=157481"}],"version-history":[{"count":0,"href":"https:\/\/www.evcargo.com\/ur\/wp-json\/wp\/v2\/pages\/157481\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.evcargo.com\/ur\/wp-json\/wp\/v2\/media\/2512"}],"wp:attachment":[{"href":"https:\/\/www.evcargo.com\/ur\/wp-json\/wp\/v2\/media?parent=157481"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}