Name und Vorname : |
|
if ($_GET['no_nome'] == 1) {echo "Der Name ist erforderlich";} ?> |
E-Mail
Adresse: |
|
if ($_GET['no_email'] == 1) {echo "E-Mail ist erforderlich";} ?> |
Telefon: |
|
if ($_GET['no_phone'] == 1) {echo "Das Telefon ist erforderlich";} ?> |
Betreff: |
|
|
Wie
möchten Sie gerne
kontaktiert werden? |
|
|
Nachricht: |
|
if ($_GET['no_message'] == 1) {echo "Die Nachricht ist erforderlich";} ?> |
/*
//$err=null;
if($_GET["e"]) $err = $_GET["e"];
require_once('../recaptchalib.php');
$publickey = "6LfrCPMSAAAAAJTKRoorWS9VCQ13iB7KcKrtHIoG"; // you got this from the signup page
echo recaptcha_get_html($publickey,$err);*/
?>
|
if ($_GET['no_captcha'] == 1) {echo "Das Captcha ist erforderlich";} ?> |