t('Nextcloud Include');?>

t('Supporting diversity in open source');?>

Sorry, there was an error with the form you submitted. Please try to fill in all fields correctly!

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.
'; } $string_exp = "/^((\+|00)\d{1,3})?(\d+|\s+)+\d$/"; 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); } // create mail message $email_to = "include@nextcloud.com"; $email_subject = "New message from Include: ".clean_string($yourname); $email_message = clean_string($yourname)." entered in the Include form:\n\n"; $email_message .= "Name: ".clean_string($yourname)."\n"; $email_message .= "Email: ".clean_string($email_from)."\n"; $email_message .= "Their location: ".clean_string($location)."\n"; $email_message .= "The languages they speak: ".clean_string($languages)."\n"; $email_message .= "The OS they have experience with: ".clean_string($os)."\n"; $email_message .= "Links to blogs, social media, github account and more: ".clean_string($links)."\n"; $email_message .= "Introduction: "."\n> ".clean_string($who)."\n"; $email_message .= "Why they think they are fit for Include: "."\n> ".clean_string($fit)."\n"; $email_message .= "What they think they can contribute: "."\n> ".clean_string($contribute)."\n"; $email_message .= "Additional comments they had: "."\n> ".clean_string($others)."\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 $email_to @mail($email_to, $email_subject, $email_message, $headers); ?>

Thank you for getting in touch!

We received your message and will contact you on ,

Check your inbox for a reply in the next week.