bloemstuk in lijst MAW bestellen:
Wij nemen contact met u op of dit product nog op voorraad is. Telefonisch of per email zullen wij de bestelling afronden.
if ($_REQUEST['reageren']) {
$productnaam = $_REQUEST['product'];
$email = null;
$email .= "Interesse in product:\n\n";
$email .= "Productnaam: " . $_REQUEST['product'] . "\n";
$email .= "Prijs: " . $_REQUEST['productprice'] . "\n";
$email .= "Directe link: " . $_REQUEST['producturl'] . "\n\n";
$email .= "Naam: " . $_REQUEST['naam'] . "\n";
$email .= "Email: " . $_REQUEST['emailadres'] . "\n";
$email .= "Telefoon: " . $_REQUEST['telefoon'] . "\n";
if($_REQUEST['product'] && $_REQUEST['naam']){
mail ('webwinkel@hebbuszwolle.nl', 'Interesse in ' . $productnaam, $email, 'From:Hebbus
');
}
?>
Bedankt voor je interesse! We nemen zo snel mogelijk contact met je op.
} else {
?>
}
?>