{"id":781,"date":"2021-03-25T08:14:49","date_gmt":"2021-03-25T07:14:49","guid":{"rendered":"https:\/\/pumble.com\/help\/?page_id=781"},"modified":"2025-03-05T13:00:30","modified_gmt":"2025-03-05T12:00:30","slug":"contact","status":"publish","type":"page","link":"https:\/\/pumble.com\/help\/de\/contact\/","title":{"rendered":"Contact us"},"content":{"rendered":"<p>Leave us your details and our team will get in touch as soon as possible!<\/p>\n\n<style> .zrf-form label, .zrf-form input[type=text], .zrf-form input[type=password], .zrf-form input[type=tel], .zrf-form input[type=email], .zrf-form input[type=file], .zrf-form textarea, .zrf-form select {width:100%;font-family:inherit;font-size:inherit;} .zrf_extra_info {font-size: 80%;} <\/style><div id=\"zrf-form\" class=\"zrf-form\"><form method=\"post\" action=\"https:\/\/pumble.com\/help\/wp-admin\/admin-ajax.php\"  enctype=\"multipart\/form-data\"><input type=\"hidden\" name=\"zen_begin\" value=\"zen_begin\" readonly><input type=\"hidden\" name=\"zen_return_url\" value=\"https:\/\/pumble.com\/help\/contact\/message-sent\"><p style=\"display:none\"><input type=\"text\" name=\"zrf-email-website\" value=\"\" autocomplete=\"off\"><\/p><p id=\"zendesk_field_zen_name\"><label for=\"zen_name\"><span class=\"zrf_field_title\">Your Name<\/span><\/label>  <input type=\"text\" name=\"zen_name\" id=\"zen_name\" class=\"zen_name_field\" value=\"\" required><\/p><p id=\"zendesk_field_zen_email\"><label for=\"zen_email\"><span class=\"zrf_field_title\">Your Email<\/span><\/label>  <input type=\"email\" name=\"zen_email\" id=\"zen_email\" value=\"\" placeholder=\"\" required><\/p><p id=\"zendesk_field_zen_subject\"><label for=\"zen_subject\"><span class=\"zrf_field_title\">Subject<\/span><\/label>  <input type=\"text\" name=\"zen_subject\" id=\"zen_subject\" value=\"\" required><\/p><input type=\"hidden\" name=\"zen_subject_prefix\" value=\"Pumble Form: \" readonly><p id=\"zendesk_field_zen_desc\"><label for=\"zen_desc\"><span class=\"zrf_field_title\">Your Message<\/span><\/label>  <textarea name=\"zen_desc\" id=\"zen_desc\" rows=\"8\" required><\/textarea><\/p><p id=\"zendesk_field_zen_files\"><label for=\"zen_files\"><span class=\"zrf_field_title\">Upload a file<\/span><\/label>  <input type=\"file\" id=\"zen_files\" name=\"zen_files[]\" accept=\".jpg,.jpeg,.png,.gif,.pdf,.txt,.csv,.xls,.xlsx,.doc,.docx,.mp4,.avi,.mov,.wmv,.webm,.JPG,.JPEG,.PNG,.GIF,.PDF,.TXT,.CSV,.XLS,.XLSX,.DOC,.DOCX,.MP4,.AVI,.MOV,.WMV,.WEBM,.JPG,.JPEG,.PNG,.GIF,.PDF,.TXT,.CSV,.XLS,.XLSX,.DOC,.DOCX,.MP4,.AVI,.MOV,.WMV,.WEBM,.JPG,.JPEG,.PNG,.GIF,.PDF,.TXT,.CSV,.XLS,.XLSX,.DOC,.DOCX,.MP4,.AVI,.MOV,.WMV,.WEBM\" multiple >  <span class=\"zrf_extra_info\" id=\"zrf_accepted_filetypes\">Maximum size: 7MB.<br \/>Allowed file types: .jpg, .jpeg, .png, .gif, .pdf, .txt, .csv, .xls, .xlsx, .doc, .docx, .mp4, .avi, .mov, .wmv, .webm, .JPG, .JPEG, .PNG, .GIF, .PDF, .TXT, .CSV, .XLS, .XLSX, .DOC, .DOCX, .MP4, .AVI, .MOV, .WMV, .WEBM.<\/span><\/p><input type=\"hidden\" name=\"action\" value=\"zrf_form_action\"><p id=\"zendesk_field_zen_submit\">  <input type=\"submit\" id=\"zrf_submit\" value=\"Send message\" onClick='ga(\"send\", \"event\", { eventCategory: \"Zendesk Request Form\", eventAction: \"Form Submitted\" });' ><\/p><\/form><\/div>\r\n\t\t\t<script>\r\n\t\t\t\r\n\t\t\tjQuery(document).ready(function($) {\r\n\t\t\t\t\r\n\t\t\t\t\/\/ first letter of name uppercase\r\n\t\t\t\t$(\".zen_name_field\").on(\"keydown\", function(event) {\r\n\t\t\t\t\tif (this.selectionStart == 0 && event.keyCode >= 65 && event.keyCode <= 90 && !(event.shiftKey) && !(event.ctrlKey) && !(event.metaKey) && !(event.altKey)) {\r\n\t\t\t\t\t\tvar $t = $(this);\r\n\t\t\t\t\t\tevent.preventDefault();\r\n\t\t\t\t\t\tvar char = String.fromCharCode(event.keyCode);\r\n\t\t\t\t\t\t$t.val(char + $t.val().slice(this.selectionEnd));\r\n\t\t\t\t\t\tthis.setSelectionRange(1,1);\r\n\t\t\t\t\t}\r\n\t\t\t\t});\r\n\t\t\t\t\r\n\t\t\t\t\/\/ double click protection to stop duplicate submissions\r\n\t\t\t\t$(\"#zrf_submit\").removeAttr(\"disabled\");\r\n\t\t\t\t$(\"#zrf-form\").bind(\"submit\", function(e) {\r\n\t\t\t\t\t\r\n\t\t\tif (window.File && window.FileReader && window.FileList && window.Blob) {\r\n\t\t\t\t\r\n\t\t\t\tvar fileUpload = $(\"input[type='file']\");\r\n\t\t\t\tif (parseInt(fileUpload.get(0).files.length) > 9){\r\n\t\t\t\t\te.preventDefault();\r\n\t\t\t\t\talert(\"You can only upload a maximum of 9 files.\");\r\n\t\t\t\t}\r\n\t\t\t\t\r\n\t\t\t\tvar fileInput = $(\"#zen_files\");\r\n\t\t\t\t\r\n\t\t\t\t\/\/get data from file input field\r\n\t\t\t\tif (fileInput.val()) {\r\n\t\t\t\t\tvar fileSize = fileInput[0].files[0].size;\r\n\t\t\t\t\tvar fileName = fileInput[0].files[0].name;\r\n\t\t\t\t\r\n\t\t\t\t\t\/\/ check if file is correct size\r\n\t\t\t\t\tif (fileSize > 7340032) {\r\n\t\t\t\t\t\te.preventDefault();\r\n\t\t\t\t\t\talert(\"Uploaded file is too large.\");\r\n\t\t\t\t\t}\r\n\t\t\t\t\t\r\n\t\t\t\t\t\/\/ check if file type is allowed\t\t\t\t\r\n\t\t\t\t\tvar re = \/(?:\\.([^.]+))?$\/; \/\/ https:\/\/stackoverflow.com\/questions\/680929\/how-to-extract-extension-from-filename-string-in-javascript\r\n\t\t\t\t\tvar fileExt = \".\" + re.exec(fileName)[1];\r\n\t\t\t\t\tvar validExts = [\".jpg\",\".jpeg\",\".png\",\".gif\",\".pdf\",\".txt\",\".csv\",\".xls\",\".xlsx\",\".doc\",\".docx\",\".mp4\",\".avi\",\".mov\",\".wmv\",\".webm\",\".JPG\",\".JPEG\",\".PNG\",\".GIF\",\".PDF\",\".TXT\",\".CSV\",\".XLS\",\".XLSX\",\".DOC\",\".DOCX\",\".MP4\",\".AVI\",\".MOV\",\".WMV\",\".WEBM\"];\r\n\t\t\t\t\t\r\n\t\t\t\t\tif ($.inArray(fileExt, validExts) == -1) {\r\n\t\t\t\t\t\te.preventDefault();\r\n\t\t\t\t\t\talert(\"Uploaded file type is not allowed.\");\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\/\/ check any URL fields\r\n\t\t\t\t\t$(this).find(\".zrf_input_url\").each(function() {\r\n\t\t\t\t\t\t\/\/ is the field required and has been left as http:\/\/ default?\r\n\t\t\t\t\t\tif (($(this).prop(\"required\"))&& ($(this).val() == \"http:\/\/\")) {\r\n\t\t\t\t\t\t\talert(\"Please enter a valid URL\");\r\n\t\t\t\t\t\t\t$(this).css(\"border\", \"2px solid #000\");\r\n\t\t\t\t\t\t\te.preventDefault();\r\n\t\t\t\t\t\t\treturn false;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t});\r\n\t\t\t\t\t\r\n\t\t\t\t\t\/\/ disable submit button\r\n\t\t\t\t\t$(this).find(\"#zrf_submit\").attr(\"disabled\", \"disabled\");\r\n\t\t\t\t\t\/\/ re-enable after 3 seconds\r\n\t\t\t\t\tsetTimeout(function() {\r\n\t\t\t\t\t\t$(\"form\").find(\"#zrf_submit\").removeAttr(\"disabled\");\r\n\t\t\t\t\t}, 3000);\r\n\t\t\t\t\t\r\n\t\t\t\t});\r\n\t\t\t\t\r\n\t\t\t});\r\n\t\t\t<\/script>\n<p id=\"turnstile-error\">\n<div id=\"cf-turnstile\" data-sitekey=\"0x4AAAAAAA8pkhyuI36hFqQ9\"><\/div>\n","protected":false},"excerpt":{"rendered":"Leave us your details and our team will get in touch as soon as possible!&#8230;","protected":false},"author":9,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"contact.php","meta":{"_acf_changed":false,"_helpful_status":1,"_searchwp_excluded":"","footnotes":""},"class_list":["post-781","page","type-page","status-publish","hentry"],"acf":[],"featured_image_src":null,"_links":{"self":[{"href":"https:\/\/pumble.com\/help\/de\/wp-json\/wp\/v2\/pages\/781","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pumble.com\/help\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pumble.com\/help\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pumble.com\/help\/de\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/pumble.com\/help\/de\/wp-json\/wp\/v2\/comments?post=781"}],"version-history":[{"count":32,"href":"https:\/\/pumble.com\/help\/de\/wp-json\/wp\/v2\/pages\/781\/revisions"}],"predecessor-version":[{"id":9461,"href":"https:\/\/pumble.com\/help\/de\/wp-json\/wp\/v2\/pages\/781\/revisions\/9461"}],"wp:attachment":[{"href":"https:\/\/pumble.com\/help\/de\/wp-json\/wp\/v2\/media?parent=781"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}