t('Get support from the source');?>

t('The best expertise whenever you need it!');?>

Sorry, there was an error with the form you submitted

The error(s) detected:
"; ?>

Use the back key to go to the previous page and fix the issue!

'; } $string_exp = "/^[A-Za-z .'-]+$/"; if(!preg_match($string_exp,$yourname)) { $error_message .= 'The name you entered does not appear to be valid.
'; } if (strlen($checksum) !== 75 || !strpos($checksum, ':')) { $error_message .= 'The checksum is not valid.
'; } else { list($salt, $expectedHash) = explode(':', $checksum, 2); $hash = hash('sha256', $salt . $captcha); if ($hash !== $expectedHash) { $error_message .= 'The captcha result you entered does not appear to be correct.
'; } } $string_exp = "/^((\+|00)\d{1,3})?(\d+|\s+)+\d$/"; // if(!preg_match($string_exp,$phone)) { // $error_message .= 'The phone number you entered does not appear to be valid, did you add a country code like +49?
'; // } // if(RECAPTCHA_SECRET !== '' && isset($_POST['g-recaptcha-response'])) { // $url = 'https://www.google.com/recaptcha/api/siteverify'; // $ch = curl_init(); // // curl_setopt($ch, CURLOPT_URL, $url); // curl_setopt($ch, CURLOPT_POST, 1); // curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query(array('secret' => RECAPTCHA_SECRET, 'response' => $_POST['g-recaptcha-response']))); // curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); // // $server_output = curl_exec($ch); // // $server_output = json_decode($server_output, true); // // curl_close($ch); // // if (!isset($server_output['success']) || $server_output['success'] !== true) { // $error_message .= 'The captcha result was invalid.
'; // } // } else { // $error_message .= 'Captcha code is missing.
'; // } if(strlen($error_message) > 0) { died($error_message); } else { function clean_string($string) { $bad = array("content-type","bcc:","to:","cc:","href"); $string = str_replace($bad,"",$string); return htmlspecialchars($string); } // the app review mailing list address // $email_to = "sales@nextcloud.com"; $email_message = "Quote request form details below.\n\n"; $email_to = "sales@nextcloud.com"; $email_subject = "Nextcloud Enterprise Subscription: ".clean_string($organization); $email_message .= "Name: ".clean_string($yourname)."\n"; $email_message .= "Email: ".clean_string($email_from)."\n"; $email_message .= "Phone number: ".clean_string($phone)."\n"; $email_message .= "Organization: ".clean_string($organization)."\n"; $email_message .= "How many users do you expect in 12 months? ".clean_string($users)."\n"; $email_message .= "What SLA do you expect? ".clean_string($SLA)."\n"; $email_message .= "What maintenance lifecycle do you need? ".clean_string($LTS)."\n"; $email_message .= "Do you require phone support? ".clean_string($needphonesupport)."\n"; $email_message .= "Would you be interested in a dedicated Support Account Manager? ".clean_string($needsupportmanager)."\n"; $email_message .= "Would you require assistance to set up the service or to design/review the architecture? ".clean_string($needsetuphelp)."\n"; $email_message .= "Are you using any sort of clustering for the application, database or storage? ".clean_string($clustering)."\n"; $email_message .= "Would you be interested in editing office documents online? ".clean_string($collabora)."\n"; $email_message .= "Would you be interested in secure webconferencing and audio and video calls? ".clean_string($webconferencing)."\n"; $email_message .= "Would you be interested in our Secure Sharing add-in for Outlook? ".clean_string($outlook)."\n"; $email_message .= "Would you be interested in branded clients? ".clean_string($branding)."\n"; $email_message .= "Comments: ".clean_string($comments)."\n"; // create email headers $headers = 'From: no-reply@nextcloud.com'."\r\n". 'Reply-To: '.$email_from."\r\n" . 'Content-Type: text/plain; charset=UTF-8'."\r\n" . 'Cc: '.$email_from; // store in log $data = [ 'to' => $email_to, 'subject' => $email_subject, 'message' => $email_message, 'headers' => $headers, ]; file_put_contents('/var/log/sales-leads.txt', json_encode($data) . PHP_EOL, FILE_APPEND | LOCK_EX); // Send the email to the list @mail($email_to, $email_subject, $email_message, $headers); // Second email to subscribe to the mailing list // @mail("frank@nextcloud.org", "website form", "website form", $headers); ?>

Thank you for contacting us

We received your message and will contact you on ,

check your inbox for a reply in the next 2-3 working days.