Beste allemaal,
Ik heb momenteel een inschrijfpagina die ik wil versturen naar inschrijven.php
Nu heb ik bij adres gegevens een script gevonden van Pro6PP die ik gebruik en waarvoor ik ook heb betaald.
Nu is het zo dat mijn gehele formulier niet meer werkt.
Iemand een idee hoe ik dit kan oplossen?
Bvd,
Wesley
Ik heb momenteel een inschrijfpagina die ik wil versturen naar inschrijven.php
Nu heb ik bij adres gegevens een script gevonden van Pro6PP die ik gebruik en waarvoor ik ook heb betaald.
Nu is het zo dat mijn gehele formulier niet meer werkt.
Iemand een idee hoe ik dit kan oplossen?
Bvd,
Wesley
HTML:
<form method="post" action="inschrijven1.php?cmd=inschrijven" onSubmit="return validate(this)" class="filterItem">
<input type="hidden" name="catagory" value="auto"/>
<br /><h2 class="blue"><font color="#094D7C">Direct inschrijven...</font></h2>
<table class="subcontent-unit-border-blues">
<thead>
<tr>
<th height="15" colspan="4" bgcolor="#FFFFFF"><span class="details">Aanhef</span></th>
<th width="55%" height="15">
<span class="details">
<input name="aanhef" checked="checked" value="Dhr." type="radio"/>
Dhr.
<input name="aanhef" value="Mw." type="radio"/>
Mw. </span></th>
</tr>
<tr>
<th height="15" colspan="4" bgcolor="#FFFFFF"><span class="details">Voornaam *</span></th>
<th height="15"> <span class="details">
<input name="voorletters" type="text" class="text" />
</span></th>
</tr>
<tr>
<th height="15" colspan="4" bgcolor="#FFFFFF"><span class="details">Achternaam *</span></th>
<th height="15"> <span class="details">
<input name="achternaam" type="text" class="text" />
</span></th>
</tr>
<tr>
<th height="15" colspan="4" bgcolor="#FFFFFF"><span class="details">E-mail adres *</span></th>
<th height="15"> <span class="details">
<input name="email" type="text" class="text" />
</span></th>
</tr>
<tr>
<th height="15" colspan="4" bgcolor="#FFFFFF"> </th>
<th height="15"> </th>
</tr>
<tr>
<th height="15" colspan="4" bgcolor="#FFFFFF"><span class="details">Geboortedatum *</span></th>
<th height="15"><span class="details">
<input name="geboortedatum" type="text" class="text" />
</span></th>
</tr>
<tr>
<th height="15" colspan="4" bgcolor="#FFFFFF"><span class="details">Geboorteplaats</span></th>
<th height="15"> <span class="details">
<input name="geboorteplaats" value="" type="text" class="text" />
</span></th>
</tr>
<tr>
<th height="15" colspan="4" bgcolor="#FFFFFF"><span class="details">Telefoonnummer *</span></th>
<th height="15"> <span class="details">
<input name="telefoonnummer" type="text" class="text" />
</span></th>
</tr>
<tr>
<th height="15" colspan="4" bgcolor="#FFFFFF"><span class="details">BSN/Sofinummer *</span></th>
<th height="15"><span class="details">
<input name="sofinummer" type="text" class="text" />
</span></th>
</tr>
</thead>
</table>
<h2 class="blue"><font color="#094D7C"><br />
Adres gegevens...</font></h2>
<table class="subcontent-unit-border-blues">
<thead>
<form action="#" class="postcode">
<tr>
<th height="15" bgcolor="#FFFFFF"><span class="details">
Postcode *
</span></th>
<th width="55%" height="15"><span class="details">
<input type="text" class="postcode" />
</span></th>
</tr>
<tr>
<th height="15" bgcolor="#FFFFFF"><span class="details">
Huisnummer *
</span></th>
<th width="55%" height="15"><span class="details">
<input type="text" class="streetnumber" />
</span></th>
</tr>
<tr>
<th height="15" bgcolor="#FFFFFF"><span class="details">
Straatnaam *
</span></th>
<th width="55%" height="15"><span class="details">
<input type="text" class="street" readonly="readonly" />
<select style="display:none" class="streets"><option></option></select>
</span></th>
</tr>
<tr>
<th height="15" bgcolor="#FFFFFF"><span class="details">
Postcode *
</span></th>
<th width="55%" height="15"><span class="details">
<input type="text" class="city" readonly="readonly" />
<span class="message"/></span>
</span></th>
</tr>
</form>
</thead>
</table>
<h2 class="blue"><font color="#094D7C"><br />
Overig / opmerkingen</font></h2>
<table class="subcontent-unit-border-blues">
<thead>
<tr>
<th height="15" bgcolor="#FFFFFF"><span class="details">Vragen/opmerkingen</span></th>
<th width="55%" height="15"><span class="details">
<textarea class="big" name="vragen"></textarea>
</span></th>
</tr>
<tr></tr>
</thead>
</table>
<h2 class="blue"><font color="#094D7C"><br />
Algemene voorwaarden</font></h2>
<table class="subcontent-unit-border-blues">
<thead>
<tr>
<th width="55%" height="15">
<div class="algemenevoorwaarden">
<p class="algemenevoorwaarden"><strong><font color="#FF0000">Mijn voorwaarden</p>
</div>
<script language="JavaScript" type="text/javascript">
<!--
function validate(form)
{
var algemene_voorwaarden = form.algemene_voorwaarden.checked;
if(! algemene_voorwaarden){
alert('U heeft niet aangegeven akkoord te gaan met de voorwaarden.');
}
return algemene_voorwaarden;
}
//-->
</script>
<input type="checkbox" value="Kandidaat heeft kennis genomen van de algemene voorwaarden en heeft deze doorgelezen." class="required check" name="algemene_voorwaarden"><span class="details">Ik ga akkoord met de algemene voorwaarden
</span></th>
</tr>
</thead>
</table>
<input type="submit" value="Inschrijven"/>
</form>