I was looking in the code myself and know dat I have to moderate is in this part of the code, but could find out what to add/change.
Code: Select all
elseif (@mail($to, $subject, $extra)) {
echo '<div class="formMessage"><b><font color = "red" size="4"> Uw bericht is succesvol verzonden!</b></div></font>' . "\n";
return;
Code: Select all
elseif (@mail($email, $subject, $extra))
But I don't know where to put it, and what the code for the whole script is.