Night distribution
Now that delivery times are becoming more important and the number of traffic jams is increasing, nighttime delivery offers new opportunities to organize processes more efficiently and increase delivery reliability.Together with transport partner Parts Express, Nautasign offers the possibility to deliver orders placed before 17.00 between 00.00 and 08.00 to any desired address in the Netherlands, Belgium and Luxembourg (also during the night from Friday to Saturday).
Read Vorm & Letters' case study here.
Read Centipede' case study here.
To make this possible, we need further information about the delivery location. After completing the form below, our logistics department will contact you as soon as possible.
Company name*
Your name*
E-mail address*
Do you have specific questions, wishes or interests? Let us know!
Send
#lofform17460038791583281665 .formbuilder button[type="submit"]:hover {
}
#lofform17460038791583281665 .form-content input:hover,
#lofform17460038791583281665 .form-content .input-box:hover textarea {
}
require([
'jquery',
'Lof_Formbuilder/js/jquery.cookie',
'mage/validation'
], function ($) {
jQuery(document).ready(function ($) {
var widgetId17460038791332770224 = '';
var recaptchaScript = document.createElement('script');
recaptchaScript.src = 'https://www.google.com/recaptcha/api.js?onload=lofICaptchaOnloadCallback17460038791332770224';
recaptchaScript.attributes = 'async defer';
document.body.appendChild(recaptchaScript);
window.lofICaptchaOnloadCallback17460038791332770224 = function () {
widgetId17460038791332770224 = grecaptcha.render('form-recaptchap17460038791332770224', {
'sitekey': '6Lffz7kZAAAAALxJdHxcIkVqkGBTkV9kPRQz7SM1'
});
}
jQuery('.response-field-html').parents('.field').css("min-height", "0px");
jQuery('#formbuilder17460038791583281665').submit(function (e) {
e.preventDefault();
const confirmSignatureField = jQuery(this).find(".confirm-signature-field");
if (confirmSignatureField.length > 0) {
confirmSignatureField.each(function () {
if (jQuery(this).hasClass("hidden")) {
if (!jQuery(this).is(':checked')) {
this.checked = true;
jQuery(this).attr("checked", true);
jQuery(this).prop('checked', true);
jQuery(this).trigger("change");
}
}
})
}
if (jQuery(this).validation('isValid') == true) {
jQuery('.formbuilder-loading').addClass('ajax-loading');
ajaxurl = 'https://www.nautasign.eu/formbuilderSubmitForm/';
var formData = new FormData(this);
if (jQuery(this).find("input:file").length > 0) {
jQuery(this).find("input:file").each(function () {
if (jQuery(this).val() === "") {
formData.delete(jQuery(this).attr("name"));
}
})
}
jQuery.ajax({
url: ajaxurl,
type: 'POST',
dataType: 'json',
data: formData, // Data sent to server, a set of key/value pairs (i.e. form fields and values)
contentType: false, // The content type used when sending data to the server.
cache: false, // To unable request pages to be cached
processData: false, // To send DOMDocument or non processed data file it is set to false
success: function (data) {
if (data && (typeof (data.status) !== "undefined") && (data.status == 1 || data.status == 'true' || data.status == true)) {
window.location.href = '/request-thanks';
}
$('#formbuilder17460038791583281665')[0].reset();
$("html, body").animate({scrollTop: 0}, "slow");
jQuery('.formbuilder-loading').removeClass('ajax-loading');
grecaptcha.reset(widgetId17460038791332770224);
if ($('#formbuilder17460038791583281665').find(".list-unstyled > .media").length > 0) {
$('#formbuilder17460038791583281665').find(".list-unstyled > .media").remove();
$('#formbuilder17460038791583281665').find(".list-unstyled > .text-muted").show();
if ($('#formbuilder17460038791583281665').find(".dm-uploader .input-multi-upload-files.required-entry-old").length > 0) {
$('#formbuilder17460038791583281665').find(".dm-uploader .input-multi-upload-files.required-entry-old").each(function () {
$(this).removeClass("required-entry-old");
$(this).addClass("required-entry");
})
}
}
if (typeof window.clearDigitalSignature != 'undefined') {
window.clearDigitalSignature();
if (confirmSignatureField.length > 0) {
confirmSignatureField.each(function () {
if (jQuery(this).hasClass("hidden")) {
if (jQuery(this).is(':checked')) {
this.checked = false;
jQuery(this).attr("checked", false);
jQuery(this).prop('checked', false);
jQuery(this).trigger("change");
}
}
})
}
}
} //End success function
});
}
});
});
});