{"id":69,"date":"2015-10-16T19:49:49","date_gmt":"2015-10-16T19:49:49","guid":{"rendered":"http:\/\/jdwtech.com\/jdwconsulting\/?page_id=69"},"modified":"2020-04-09T17:55:50","modified_gmt":"2020-04-09T17:55:50","slug":"support-services","status":"publish","type":"page","link":"https:\/\/jdwtech.com\/jdwconsulting\/support-services\/","title":{"rendered":"Request Service"},"content":{"rendered":"\n<!DOCTYPE html><html><head><META HTTP-EQUIV='content-type' CONTENT='text\/html; charset=UTF-8'><style> #zohoSupportWebToCase textarea, #zohoSupportWebToCase input[type='text'], #zohoSupportWebToCase select, .wb_common{width: 280px;}#zohoSupportWebToCase td {padding: 11px 5px;}#zohoSupportWebToCase textarea, #zohoSupportWebToCase input[type='text'], #zohoSupportWebToCase select{border: 1px solid #ddd;padding: 3px 5px;border-radius: 3px;}#zohoSupportWebToCase select {box-sizing: unset}#zohoSupportWebToCase .wb_selectDate {width: auto}#zohoSupportWebToCase input.wb_cusInput {width: 108px}.wb_FtCon{display: flex;align-items: center;justify-content: flex-end;margin-top: 15px;padding-left: 10px}.wb_logoCon{display: flex;margin-left: 5px}.wb_logo{max-width: 16px;max-height: 16px;}.zsFormClass{background-color:#fafafa;width:600px} <\/style><style>.zsFontClass{color:#000000;font-family:Arial;font-size:13px}<\/style> <style>.manfieldbdr{border-left: 1px solid #ff6448!important} .hleft{text-align:left;} input[type=file]::-webkit-file-upload-button{cursor:pointer;}.wtcsepcode{margin:0px 15px; color:#aaa; float:left;}.wtccloudattach{float:left; color:#00a3fe!important; cursor:pointer; text-decoration: none!important;}.wtccloudattach:hover{text-decoration: none!important;}.wtcuploadinput{cursor:pointer; float:left; width:62px; margin-top:-20px; opacity:0; clear:both;}.wtcuploadfile{float:left;color: #00a3fe;}.filenamecls{margin-right:15px; float:left; margin-top:5px;} .clboth{clear:both;} #zsFileBrowseAttachments{clear:both; margin:5px 0px 10px;} .zsFontClass{vertical-align:top;} #tooltip-zc{font: normal 12px Arial, Helvetica, sans-serif; line-height:18px;position:absolute;padding:8px;margin:20px 0 0;background:#fff;border:1px solid #528dd1;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;color:#eee;-webkit-box-shadow:5px 5px 20px rgba(0,0,0,0.2);-moz-box-shadow:5px 5px 20px rgba(0,0,0,0.2);z-index:10000; color:#777}.wtcmanfield{color:#f00;font-size:16px;position:relative;top:2px;left:1px;} #zsCloudAttachmentIframe{width: 100%;height: 100%;z-index: 99999!important;position: fixed;left: 0px;top:0px; border-style: none; display: none; background-color:#fff;} .wtchelpinfo{background-position: -246px -485px;width:15px;height:15px;display:inline-block;position: relative;top: 2px;background-image: url('https:\/\/css.zohostatic.com\/support\/2996887\/images\/zs-mpro.png');} .zsMaxSizeMessage{font-size:13px;}<\/style><script src='https:\/\/d17nz991552y2g.cloudfront.net\/app\/js\/jqueryandencoder.ffa5afd5124fbedceea9.js'><\/script><script>function trimBoth(str){return jQuery.trim(str);}function setAllDependancyFieldsMapping(){var mapDependancyLabels = getMapDependenySelectValues(jQuery(\"[id='property(module)']\").val(), \"JSON_MAP_DEP_LABELS\");if(mapDependancyLabels){for(var i = 0; i < mapDependancyLabels.length; i++){var label = mapDependancyLabels[i];var obj = document.forms['zsWebToCase_496525000000163051'][label];if(obj){setDependent(obj, true);}}}}function getMapDependenySelectValues(module, key){var dependencyObj = jQuery.parseJSON( jQuery(\"[id='dependent_field_values_\" + module + \"']\").val() );if(dependencyObj == undefined){return dependencyObj;}return dependencyObj[key];}function setDependent(obj, isload){var name = obj.id || (obj[0] &#038;&#038; obj[0].id) || \"\";var module = jQuery(\"[id='property(module)']\").val();var val = \"\";var myObject = getMapDependenySelectValues(module, \"JSON_VALUES\");if(myObject !=undefined){val = myObject[name];}var mySelObject = getMapDependenySelectValues(module, \"JSON_SELECT_VALUES\");if(val != null &#038;&#038; val != \"\" &#038;&#038; val != \"null\" &#038;&#038; mySelObject){var fields = val;for(var i in fields){if (fields.hasOwnProperty(i)){var isDependent = false;var label = i;var values = fields[i];if(label.indexOf(\")\") > -1){label = label.replace(\/\\)\/g, '_____');}if(label.indexOf(\"(\") > -1){label = label.replace(\/\\(\/g, '____');}if(label.indexOf(\".\") > -1){label = label.replace(\/\\.\/g, '___');}var depObj = document.forms['zsWebToCase_496525000000163051'][label];if(depObj && depObj.options){var mapValues = \"\";var selected_val = depObj.value;var depLen = depObj.options.length-1;for (var n = depLen; n >= 0; n--) {if (depObj.options[n].selected){if(mapValues == \"\"){mapValues = depObj.options[n].value;}else{mapValues = mapValues + \";;;\"+depObj.options[n].value;}}}depObj.value = \"\";var selectValues = mySelObject[label];for(var k in values){var rat = k;if(rat == \"-None-\"){rat = \"\";}var parentValues = mySelObject[name];if(rat == trimBoth(obj.value)){isDependent = true;depObj.length = 0;var depvalues = values[k];var depLen = depvalues.length - 1;for(var j = 0; j <= depLen; j++){var optionElement = document.createElement(\"OPTION\");var displayValue = depvalues[j];var actualValue = displayValue;if(actualValue == \"-None-\"){optionElement.value = \"\";displayValue = \"-None-\";}else{optionElement.value = actualValue;}optionElement.text = displayValue;if(mapValues != undefined){var mapValue = mapValues.split(\";;;\");var len = mapValue.length;for(var p = 0; p < len; p++){if(actualValue == mapValue[p]){optionElement.selected = true;}}}depObj.options.add(optionElement);}}}if(!isDependent){depObj.length = 0;var len = selectValues.length;for(var j = 0; j < len; j++){var actualValue = selectValues[j];var optionElement = document.createElement(\"OPTION\");if(actualValue == \"-None-\"){optionElement.value = \"\";}else{optionElement.value = selectValues[j];}optionElement.text = selectValues[j];depObj.options.add(optionElement);}depObj.value =  selected_val;}if(!isload){setDependent(depObj,false);}var jdepObj = jQuery(depObj);if(jdepObj.hasClass('select2-offscreen')){jdepObj.select2(\"val\", jdepObj.val());}}}}}}var zctt = function(){var tt, mw = 400, top = 10, left = 0, doctt = document;var ieb = doctt.all ? true : false;return{showtt: function(cont, wid){if(tt == null){tt = doctt.createElement('div');tt.setAttribute('id', 'tooltip-zc');doctt.body.appendChild(tt);doctt.onmousemove = this.setpos;doctt.onclick = this.hidett;}tt.style.display = 'block';tt.innerHTML = cont;tt.style.width = wid ? wid + 'px' : 'auto';if(!wid &#038;&#038; ieb){tt.style.width = tt.offsetWidth;}if(tt.offsetWidth > mw){tt.style.width = mw + 'px'}h = parseInt(tt.offsetHeight) + top;w = parseInt(tt.offsetWidth) + left;},hidett: function(){tt.style.display = 'none';},setpos: function(e){var u = ieb ? event.clientY + doctt.body.scrollTop : e.pageY;var l = ieb ? event.clientX + doctt.body.scrollLeft : e.pageX;var cw = doctt.body.clientWidth;var ch = doctt.body.clientHeight;if(l < 0){tt.style.left = left + 'px';tt.style.right = '';}else if((l+w+left) > cw){tt.style.left = '';tt.style.right = ((cw-l) + left) + 'px';}else{tt.style.right = '';tt.style.left = (l + left) + 'px';}if(u < 0){tt.style.top = top + 'px';tt.style.bottom = '';}else if((u + h + left) > ch){tt.style.top = '';tt.style.bottom = ((ch - u) + top) + 'px';}else{tt.style.bottom = '';tt.style.top = (u + top) + 'px';}}};}();var zsWebFormMandatoryFields = new Array(\"First Name\",\"Contact Name\",\"Email\",\"Phone\",\"Subject\",\"Description\",\"Priority\");var zsFieldsDisplayLabelArray = new Array(\"First Name\",\"Last Name\",\"Email\",\"Phone\",\"Subject\",\"Description\",\"Priority\");function zsValidateMandatoryFields(){var name = '';var email = '';var isError = 0;for(var index = 0; index < zsWebFormMandatoryFields.length; index++){isError = 0;var fieldObject = document.forms['zsWebToCase_496525000000163051'][zsWebFormMandatoryFields[index]];if(fieldObject){if(((fieldObject.value).replace(\/^\\s+|\\s+$\/g, '')).length == 0){alert(zsFieldsDisplayLabelArray[index] +' cannot be empty ');fieldObject.focus();isError = 1;return false;}else{if(fieldObject.name == 'Email'){if(!fieldObject.value.match(\/^([\\w_][\\w\\-_.+\\'&#038;]*)@(?=.{4,256}$)(([\\w]+)([\\-_]*[\\w])*[\\.])+[a-zA-Z]{2,22}$\/)){isError = 1;alert('Enter a valid email-Id');fieldObject.focus();return false;}}}if(fieldObject.nodeName == 'SELECT'){if(fieldObject.options[fieldObject.selectedIndex].value == '-None-'){alert(zsFieldsDisplayLabelArray[index] +' cannot be none');fieldObject.focus();isError = 1;return false;}}if(fieldObject.type == 'checkbox'){if (fieldObject.checked == false){alert('Please accept '+zsFieldsDisplayLabelArray[index]);fieldObject.focus();isError = 1;return false;}}}}if(isError == 0){document.getElementById('zsSubmitButton_496525000000163051').setAttribute('disabled', 'disabled');}}var ZSEncoder = {encodeForHTML : function(str){if(str &#038;&#038; typeof(str)==='string'){return jQuery.encoder.encodeForHTML(str);}return str;},encodeForHTMLAttribute : function(str) {if(str &#038;&#038; typeof(str)==='string'){return jQuery.encoder.encodeForHTMLAttribute(str);}return str;},encodeForJavascript : function(str) {if(str &#038;&#038; typeof(str)==='string'){return jQuery.encoder.encodeForJavascript(str);}return str;},encodeForCSS : function(str) {if(str &#038;&#038; typeof(str)==='string'){return jQuery.encoder.encodeForCSS(str);}return str;}};var zsAttachedAttachmentsCount = 0;var zsAllowedAttachmentLimit = 4;var zsAttachmentFileBrowserIdsList = [1, 2, 3, 4, 5];function zsOpenCloudPickerIframe(){if(zsAttachedAttachmentsCount < 5){var zsCloudPickerIframeSrc = jQuery('#zsCloudPickerIframeSrc').val();jQuery('#zsCloudAttachmentIframe').attr('src', zsCloudPickerIframeSrc.substring(0, zsCloudPickerIframeSrc.length - 1) + (5 - zsAttachedAttachmentsCount)).show();zsListenCloudPickerMessages();}}function zsListenCloudPickerMessages(){if(window.addEventListener){window.addEventListener('message', zsWebReceiveMessage, false);}else if(window.attachEvent){window.attachEvent('onmessage', zsWebReceiveMessage);}}var zsCloudPickerJSON = {};function zsWebReceiveMessage(event){var zsUrlRegex = \/^(ht|f)tp(s?)\\:\\\/\\\/[0-9a-zA-Z]([-.\\w]*[0-9a-zA-Z])*(:(0-9)*)*(\\\/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'\\\/\\\\+=&amp;%\\$#_]*)?$\/;if(zsUrlRegex.test(event.origin)){var zsMessageType = event.data.split('&#038;&#038;&#038;');if(zsMessageType[0] == 'zsCloudPickerMessage'){if(window.addEventListener){window.removeEventListener('message', zsWebReceiveMessage, false);}else if(window.attachEvent){window.detachEvent('onmessage', zsWebReceiveMessage );}jQuery('#zsCloudAttachmentIframe').hide();var isAttachedFilesDetails = zsMessageType[1].split('|||');if(isAttachedFilesDetails[0] == 'cloudPickerResponse'){var zsCloudPickerAttachmentDetails = isAttachedFilesDetails[1].split('::::');var zsCloudPickerAttachmentsJSON = jQuery.parseJSON(zsCloudPickerAttachmentDetails[0]);if(zsAttachedAttachmentsCount <= zsAllowedAttachmentLimit){zsRenderCloudAttachments(zsCloudPickerAttachmentsJSON);}else{alert('You cannot attach more than 5 files');return false;}}}}}function zsRenderCloudAttachments(zsCloudPickerAttachmentsJSON){if(!jQuery.isEmptyObject(zsCloudPickerAttachmentsJSON)){jQuery.each(zsCloudPickerAttachmentsJSON, function(cloudServiceName, attachments){var zsAttachmentsArray = [];if(!jQuery.isEmptyObject(zsCloudPickerJSON[cloudServiceName])){zsAttachmentsArray = zsCloudPickerJSON[cloudServiceName];}for(var attachmentsIndex = 0; attachmentsIndex < attachments.length; attachmentsIndex++){if(zsAttachedAttachmentsCount <= zsAllowedAttachmentLimit){var zsCloudAttachmentsList = '';var attachmentsDetailJSON = attachments[attachmentsIndex];var zsCloudAttachmentName = attachmentsDetailJSON['docName'];var extension = zsCloudAttachmentName.split('.').pop().toLowerCase();var unSupportedExtensions = [\"ade\",\"adp\",\"bat\",\"chm\",\"cmd\",\"com\",\"cpl\",\"exe\",\"hta\",\"ins\",\"isp\",\"jar\",\"lib\",\"lnk\",\"mde\",\"msc\",\"msp\",\"mst\",\"pif\",\"scr\",\"sct\",\"shb\",\"sys\",\"vb\",\"vbe\",\"vxd\",\"wsc\",\"wsf\",\"wsh\",\"jse\",\"vbs\"];if(unSupportedExtensions.indexOf(extension)!=-1){alert(\"The file wasn't attached since its extension is not supported.\");continue;}zsAttachedAttachmentsCount = zsAttachedAttachmentsCount + 1;var zsCloudAttachmentId = attachmentsDetailJSON['docId'];zsCloudAttachmentId = zsCloudAttachmentId.replace(\/\\s\/g, '');zsCloudAttachmentsList = '<div class=\"filenamecls zsFontClass\">'+ZSEncoder.encodeForHTML(zsCloudAttachmentName)+'<a id=\"'+ ZSEncoder.encodeForHTMLAttribute(zsCloudAttachmentId) +'\" cloudservice=\"'+ ZSEncoder.encodeForHTMLAttribute(cloudServiceName) +'\" class=\"zscloudAttachment\" style=\"margin-left:10px;\" href=\"javascript:;\">X<\/a> <\/div>';jQuery('#zsFileBrowseAttachments').append(zsCloudAttachmentsList);zsAttachmentsArray.push(attachmentsDetailJSON);zsCloudPickerJSON[cloudServiceName] = zsAttachmentsArray;jQuery(\"input[name='zsCloudPickerAttachments']\")[0].value = JSON.stringify(zsCloudPickerJSON);}}});}zsChangeMousePointer();}jQuery(document).off('click.cAtm').on('click.cAtm','.zscloudAttachment', function(){var cloudService = jQuery(this).attr('cloudservice');var cloudAttachmentId = jQuery(this).attr('id');var zsCloudAttachmentsArr = zsCloudPickerJSON[cloudService];var isZsCloudAttachmentRemoved = 0;for(var attachmentsIndex = 0; attachmentsIndex < zsCloudAttachmentsArr.length; attachmentsIndex++){if(isZsCloudAttachmentRemoved != 1){jQuery.each(zsCloudAttachmentsArr[attachmentsIndex], function(attachmentsDetailJsonKey, attachmentsDetailJsonValue){if(attachmentsDetailJsonKey == 'docId' &#038;&#038; attachmentsDetailJsonValue.replace(\/\\s\/g, '') == cloudAttachmentId){var zsAttachmentToBeRemoved = jQuery.inArray(zsCloudAttachmentsArr[attachmentsIndex], zsCloudAttachmentsArr);zsCloudAttachmentsArr.splice(zsAttachmentToBeRemoved, 1);isZsCloudAttachmentRemoved = 1;}});}}jQuery(this).parent().remove();zsAttachedAttachmentsCount = zsAttachedAttachmentsCount - 1;jQuery(\"input[name='zsCloudPickerAttachments']\")[0].value = JSON.stringify(zsCloudPickerJSON);zsChangeMousePointer();});function zsRenderBrowseFileAttachment(zsAttachmentObject, zsAttachmentDetails){if(zsAttachmentObject != ''){if((zsAttachmentDetails.files &#038;&#038; (zsAttachmentDetails.files[0].size\/(1024*1024))>20)){zsAttachmentDetails.value='';alert('Maximum allowed file size is 20MB.');return;}if(zsAttachedAttachmentsCount < 5){var zsFileName='';if((zsAttachmentObject.indexOf('\\\\') > -1)){var zsAttachmentDataSplits = zsAttachmentObject.split('\\\\');var zsAttachmentDataSplitsLen = zsAttachmentDataSplits.length;zsFileName = zsAttachmentDataSplits[zsAttachmentDataSplitsLen - 1];}else{zsFileName = zsAttachmentObject;}var extension = zsFileName.split('.').pop().toLowerCase();var unSupportedExtensions = [\"ade\",\"adp\",\"bat\",\"chm\",\"cmd\",\"com\",\"cpl\",\"exe\",\"hta\",\"ins\",\"isp\",\"jar\",\"lib\",\"lnk\",\"mde\",\"msc\",\"msp\",\"mst\",\"pif\",\"scr\",\"sct\",\"shb\",\"sys\",\"vb\",\"vbe\",\"vxd\",\"wsc\",\"wsf\",\"wsh\",\"jse\",\"vbs\"];if(unSupportedExtensions.indexOf(extension)!=-1){alert(\"The file wasn't attached since its extension is not supported.\");return;}var zsCurrentAttachmentIdTokens = jQuery(zsAttachmentDetails).attr('id').split('_');var zsCurrentAttachmentId = parseInt(zsCurrentAttachmentIdTokens[1]);var zsAttachmentIdToBeRemoved = jQuery.inArray(zsCurrentAttachmentId, zsAttachmentFileBrowserIdsList);zsAttachmentFileBrowserIdsList.splice(zsAttachmentIdToBeRemoved, 1);var zsNextAttachmentId = zsAttachmentFileBrowserIdsList[0];var zsnextAttachment = 'zsattachment_'+zsNextAttachmentId;jQuery('#zsattachment_'+zsCurrentAttachmentId).hide();jQuery('#'+zsnextAttachment).show();jQuery('#zsFileBrowseAttachments').append('<div class=\"filenamecls zsFontClass\" id=\"file_'+zsCurrentAttachmentId+'\">'+ ZSEncoder.encodeForHTML(zsFileName) + '<a class=\"zsfilebrowseAttachment\" style=\"margin-left:10px;\" href=\"javascript:;\" id=\"fileclose_'+zsCurrentAttachmentId+'\">X<\/a><\/div>');zsAttachedAttachmentsCount = zsAttachedAttachmentsCount + 1;}}zsChangeMousePointer();}jQuery(document).off('click.fba').on('click.fba', '.zsfilebrowseAttachment', function(){var currentlyDeletedElement = jQuery(this).attr('id').split('_')[1];jQuery('#zsattachment_'+currentlyDeletedElement).val('');jQuery('#zsattachment_'+currentlyDeletedElement).replaceWith(jQuery('#zsattachment_'+currentlyDeletedElement).clone());jQuery(this).parent().remove();zsAttachedAttachmentsCount = zsAttachedAttachmentsCount - 1;zsAttachmentFileBrowserIdsList.push(parseInt(currentlyDeletedElement));zsRearrangeFileBrowseAttachments();zsChangeMousePointer();});function zsRearrangeFileBrowseAttachments(){jQuery.each(jQuery('input[type = file]'), function(fileIndex, fileObject){fileIndex = fileIndex + 1;if(fileIndex == zsAttachmentFileBrowserIdsList[0]){jQuery('#zsattachment_'+fileIndex).show();}else{jQuery('#zsattachment_'+fileIndex).hide();}});}function zsOpenFileBrowseAttachment(clickEvent){if(zsAttachedAttachmentsCount >= 5){clickEvent.preventDefault();}}function zsChangeMousePointer(){if(zsAttachedAttachmentsCount >= 5){jQuery('#zsMaxLimitMessage').show();jQuery('#zsattachment_1,#zsattachment_2,#zsattachment_3,#zsattachment_4,#zsattachment_5').hide();jQuery('#zsBrowseAttachment,#zsCloudAttachment').css('cursor', 'default');}else{jQuery('#zsMaxLimitMessage').hide();zsRearrangeFileBrowseAttachments();jQuery('#zsBrowseAttachment,#zsCloudAttachment').css('cursor', 'pointer');}}document.onreadystatechange = function(){if(window.zsRegenerateCaptcha){zsRegenerateCaptcha();}setAllDependancyFieldsMapping();document.getElementById('zsSubmitButton_496525000000163051').removeAttribute('disabled');zsAttachedAttachmentsCount = 0;zsAttachmentFileBrowserIdsList = [1, 2, 3, 4, 5];jQuery('#zsFileBrowseAttachments').html('');jQuery.each(jQuery('input[type = file]'), function(fileIndex, fileObject){var zsAttachmentId = jQuery(fileObject).attr('id');var zsAttachmentNo = zsAttachmentId.split('_')[1];var zsAttachedFile = jQuery('#zsattachment_'+zsAttachmentNo);if(zsAttachedFile[0] != undefined && zsAttachedFile[0].files[0] != undefined){var zsFileBrowserAttachmentHtml = '';zsAttachedFileName = zsAttachedFile[0].files[0].name;zsFileBrowserAttachmentHtml = '<div class=\"filenamecls zsFontClass\" id=\"file_'+zsAttachmentNo+'\">'+ ZSEncoder.encodeForHTML(zsAttachedFileName) +'<a class=\"zsfilebrowseAttachment\" style=\"margin-left:10px\" href=\"javascript:;\" id=\"fileclose_'+zsAttachmentNo+'\">X<\/a><\/div>';jQuery('#zsFileBrowseAttachments').append(zsFileBrowserAttachmentHtml);zsAttachedAttachmentsCount = zsAttachedAttachmentsCount + 1;var zsAttachmentIdToBeRemoved = jQuery.inArray(parseInt(zsAttachmentNo), zsAttachmentFileBrowserIdsList);zsAttachmentFileBrowserIdsList.splice(zsAttachmentIdToBeRemoved, 1);}});if(document.forms['zsWebToCase_496525000000163051']['zsCloudPickerAttachments'] != undefined){var zsCloudAttachments = jQuery.parseJSON(document.forms['zsWebToCase_496525000000163051']['zsCloudPickerAttachments'].value);zsRenderCloudAttachments(zsCloudAttachments);}zsRearrangeFileBrowseAttachments();zsChangeMousePointer();};function zsResetWebForm(webFormId){document.forms['zsWebToCase_'+webFormId].reset();document.getElementById('zsSubmitButton_496525000000163051').removeAttribute('disabled');setAllDependancyFieldsMapping();zsAttachedAttachmentsCount = 0;zsAttachmentFileBrowserIdsList = [1, 2, 3, 4, 5];jQuery('#zsFileBrowseAttachments').html('');zsCloudPickerJSON = {};if(document.forms['zsWebToCase_496525000000163051']['zsCloudPickerAttachments'] != undefined){document.forms['zsWebToCase_496525000000163051']['zsCloudPickerAttachments'].value = JSON.stringify({});}zsRearrangeFileBrowseAttachments();zsChangeMousePointer();} <\/script><\/head><div id='zohoSupportWebToCase' align='center'> <form name='zsWebToCase_496525000000163051' id='zsWebToCase_496525000000163051' action='https:\/\/desk.zoho.com\/support\/WebToCase' method='POST' onSubmit='return zsValidateMandatoryFields()' enctype='multipart\/form-data'>  <input type='hidden' name='xnQsjsdp' value='lUH*Sp5KJ8CdRhQQlIwaCw$$'\/>  <input type='hidden' name='xmIwtLD' value='mc4yluonZw*E5V71Cl-KwCzUVKrtDlKI'\/>  <input type='hidden' name='xJdfEaS' value=''\/>  <input type='hidden' name='actionType' value='Q2FzZXM='\/>   <input type=\"hidden\" id=\"property(module)\" value=\"Cases\"\/>  <input type=\"hidden\" id=\"dependent_field_values_Cases\" value=\"&#x7b;&quot;JSON_VALUES&quot;&#x3a;&#x7b;&#x7d;,&quot;JSON_SELECT_VALUES&quot;&#x3a;&#x7b;&#x7d;,&quot;JSON_MAP_DEP_LABELS&quot;&#x3a;&#x5b;&#x5d;&#x7d;\"\/> <input type='hidden' name='returnURL' value='http:\/\/jdwtech.com\/jdwconsulting\/'\/><table border='0' cellspacing='0' class='zsFormClass'><tr><td colspan='2' class='zsFontClass'><strong>JDW Consulting Service Request Web Form<\/strong><\/td><\/tr><br><tr ><td nowrap class='zsFontClass ' width='25%' align='left'>First Name&nbsp;&nbsp;<\/td><td align='left' width='75%'><input type='text' maxlength='120' name='First Name' value='' class='manfieldbdr'\/><i onmouseout='zctt.hidett()' onmouseover='zctt.showtt(&quot;Please&#x20;enter&#x20;your&#x20;first&#x20;name&#x20;&quot;)' class='wtchelpinfo' style='margin-left:10px;'><\/i><\/td><\/tr><tr ><td nowrap class='zsFontClass ' width='25%' align='left'>Last Name&nbsp;&nbsp;<\/td><td align='left' width='75%'><input type='text' maxlength='120' name='Contact Name' class='manfieldbdr'\/><\/td><\/tr><tr ><td nowrap class='zsFontClass ' width='25%' align='left'>Email&nbsp;&nbsp;<\/td><td align='left' width='75%'><input type='text' maxlength='120' name='Email' value='' class='manfieldbdr'\/><\/td><\/tr> <tr ><td nowrap class='zsFontClass ' width='25%' align='left'>Phone&nbsp;&nbsp;<\/td><td align='left' width='75%'><input type='text' maxlength='120' name='Phone' value='' class='manfieldbdr'\/><\/td><\/tr> <tr ><td nowrap class='zsFontClass ' width='25%' align='left'>Subject&nbsp;&nbsp;<\/td><td align='left' width='75%'><input type='text' maxlength='255' name='Subject' value='' class='manfieldbdr'\/><\/td><\/tr> <tr ><td nowrap class='zsFontClass ' width='25%' align='left'>Description &nbsp;&nbsp;<\/td><td align='left' width='75%'> <textarea name='Description' maxlength='3000' width='250' height='250' class='manfieldbdr'><\/textarea><i onmouseout='zctt.hidett()' onmouseover='zctt.showtt(&quot;Please&#x20;enter&#x20;a&#x20;detailed&#x20;description&#x20;of&#x20;your&#x20;request&#x20;for&#x20;service&#x20;or&#x20;support&quot;)' class='wtchelpinfo' style='margin-left:10px;'><\/i><\/td><\/tr><tr ><td nowrap class='zsFontClass ' width='25%' align='left'>Priority &nbsp;&nbsp;<\/td><td align='left' width='75%'><select name='Priority' value='' class='manfieldbdr' onchange=\"setDependent(this, false)\" id='Priority'> <option value='' >-None-<\/option> <option value='High' >High<\/option> <option value='Medium' >Medium<\/option> <option value='Low' >Low<\/option> <\/select><\/td><\/tr><tr ><td nowrap class='zsFontClass ' width='25%' align='left'>Attachment &nbsp;&nbsp;<\/td><td align='left' width='75%'><span class=\"zsFontClass wtcuploadfile\" id=\"zsBrowseAttachment\">Attach files<\/span><input class=\"wtcuploadinput\" type='file' name='attachment_1' id='zsattachment_1' style='display:block;' onclick='zsOpenFileBrowseAttachment(event)' onchange='zsRenderBrowseFileAttachment(this.value, this)'\/><input class=\"wtcuploadinput\" type='file' name='attachment_2' id='zsattachment_2' style='display:none;' onclick='zsOpenFileBrowseAttachment(event)' onchange='zsRenderBrowseFileAttachment(this.value, this)'\/> <input class=\"wtcuploadinput\" type='file' name='attachment_3' id='zsattachment_3' style='display:none;' onclick='zsOpenFileBrowseAttachment(event)' onchange='zsRenderBrowseFileAttachment(this.value, this)'\/> <input class=\"wtcuploadinput\" type='file' name='attachment_4' id='zsattachment_4' style='display:none;' onclick='zsOpenFileBrowseAttachment(event)' onchange='zsRenderBrowseFileAttachment(this.value, this)'\/> <input class=\"wtcuploadinput\" type='file' name='attachment_5' id='zsattachment_5' style='display:none;' onclick='zsOpenFileBrowseAttachment(event)' onchange='zsRenderBrowseFileAttachment(this.value, this)'\/><div class=\"clboth\"><\/div><span id='zsMaxSizeMessage' style='color:black;font-size: 8px;float: left;'>Each of your file(s) can be up to 20MB in size.<\/span><span id='zsMaxLimitMessage' style='color:black;font-size: 8px;float: left;margin-left: 14px;display: none;'>You can attach as many as 5 files at a time.<\/span><div id='zsFileBrowseAttachments'><\/div><\/td><\/tr><tr style='display:none'><td nowrap class='zsFontClass ' width='25%' align='left'>Status &nbsp;&nbsp;<\/td><td align='left' width='75%'><select name='Status' value='Open'  onchange=\"setDependent(this, false)\" id='Status'> <option value='Open' selected>Open<\/option> <option value='On Hold' >On Hold<\/option> <option value='Escalated' >Escalated<\/option> <option value='Closed' >Closed<\/option> <\/select><\/td><\/tr><tr style='display:none'><td nowrap class='zsFontClass ' width='25%' align='left'>Is Response Overdue &nbsp;&nbsp;<\/td><td align='left' width='75%'><input type='checkbox' name='Is Response Overdue' checked \/><\/td><\/tr><tr style='display:none'><td nowrap class='zsFontClass ' width='25%' align='left'>CCs&nbsp;&nbsp;<\/td><td align='left' width='75%'><input type='text' maxlength='120' name='CCs' value='services&#x40;jdwtech.com' \/><\/td><\/tr> <tr><td style='padding: 11px 5px 0px 5px;' colspan='2' align='center' width='25%'> <input type='submit' id=\"zsSubmitButton_496525000000163051\" class='zsFontClass' value='Submit'> &nbsp; &nbsp; <input type='button' class='zsFontClass' value='Reset' onclick=\"zsResetWebForm('496525000000163051')\"> <\/td><\/tr><tr><td width='25%' align='left'><\/td><td style='padding: 0px 5px;' align='left' width='75%'> <div class='wb_FtCon wb_common'><span>powered by  <\/span><a target='_blank' rel=\"noopener noreferrer\" href='https:\/\/zoho.com\/desk' class='wb_logoCon'><img class='wb_logo' src='https:\/\/d1ydxa2xvtn0b5.cloudfront.net\/app\/images\/portalLogo.de847024ebc0131731a3.png' \/><\/a><\/div><\/td><\/tr><\/table><\/form><\/div><\/html>\n","protected":false},"excerpt":{"rendered":"<p>JDW Consulting Service Request Web Form First Name&nbsp;&nbsp; Last Name&nbsp;&nbsp; Email&nbsp;&nbsp; Phone&nbsp;&nbsp; Subject&nbsp;&nbsp; Description &nbsp;&nbsp; Priority &nbsp;&nbsp; -None-HighMediumLow Attachment &nbsp;&nbsp;&hellip;<\/p>\n","protected":false},"author":2,"featured_media":73,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-69","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/jdwtech.com\/jdwconsulting\/wp-json\/wp\/v2\/pages\/69","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jdwtech.com\/jdwconsulting\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/jdwtech.com\/jdwconsulting\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/jdwtech.com\/jdwconsulting\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/jdwtech.com\/jdwconsulting\/wp-json\/wp\/v2\/comments?post=69"}],"version-history":[{"count":5,"href":"https:\/\/jdwtech.com\/jdwconsulting\/wp-json\/wp\/v2\/pages\/69\/revisions"}],"predecessor-version":[{"id":213,"href":"https:\/\/jdwtech.com\/jdwconsulting\/wp-json\/wp\/v2\/pages\/69\/revisions\/213"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/jdwtech.com\/jdwconsulting\/wp-json\/wp\/v2\/media\/73"}],"wp:attachment":[{"href":"https:\/\/jdwtech.com\/jdwconsulting\/wp-json\/wp\/v2\/media?parent=69"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}