oebiedoebie
Gebruiker
- Lid geworden
- 13 nov 2007
- Berichten
- 103
Ik heb een formulier gemaakt.
Werkt perfect.
Alleen nou zou ik willen dat er geen lege mail kunnen verstuur worden!
Weet iemand een oplossing heb al van alles geprobeer maar ik kom er niet uit!
Dit is mijn script:
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns
="urn:schemas-microsoft-com
ffice
ffice" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Language" content="nl">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<base target="I1">
<title></title></head>
<body link="#FFFFFF" vlink="#FFFFFF" alink="#000000" bgcolor="#FFFACD" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">
<form method="POST" action="distribution/phorm.php" style="height: 778; border: 0px solid #950054; " enctype="multipart/form-data">
<input type="hidden" name="PHORM_CONFIG" value="quickconfig.php">
<p align="center"> </p>
<p align="center">Naam: <br /> <input type="text" name="name" size=50 maxlength=50><br /><br />
E-mailadres:<br /> <input type="text" name="email" size=50 maxlength=50><br /><br />
Bericht:<br /> <textarea rows="5" cols="38" name="bericht"></textarea></p>
<p align="center">
<input type="submit" value=" Verstuur ">
</p>
</form>
</body>
</html>
Alvast bedankt:thumb:
Werkt perfect.
Alleen nou zou ik willen dat er geen lege mail kunnen verstuur worden!
Weet iemand een oplossing heb al van alles geprobeer maar ik kom er niet uit!
Dit is mijn script:
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns



<head>
<meta http-equiv="Content-Language" content="nl">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<base target="I1">
<title></title></head>
<body link="#FFFFFF" vlink="#FFFFFF" alink="#000000" bgcolor="#FFFACD" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">
<form method="POST" action="distribution/phorm.php" style="height: 778; border: 0px solid #950054; " enctype="multipart/form-data">
<input type="hidden" name="PHORM_CONFIG" value="quickconfig.php">
<p align="center"> </p>
<p align="center">Naam: <br /> <input type="text" name="name" size=50 maxlength=50><br /><br />
E-mailadres:<br /> <input type="text" name="email" size=50 maxlength=50><br /><br />
Bericht:<br /> <textarea rows="5" cols="38" name="bericht"></textarea></p>
<p align="center">
<input type="submit" value=" Verstuur ">
</p>
</form>
</body>
</html>
Alvast bedankt:thumb: