Good luck with this wonderful tool.
Hopefully you can use this information.
- Code: Select all
<form id="form1" name="form1" method="post" action="">
<p>Aanmelden voor thema -avond Persoons Gebonden Budget </p>
<table width="200">
<tr>
<td>Naam</td>
<td><input name="Naam" type="text" id="Naam" size="40" maxlength="40" value="<?php $user = &JFactory::getUser();echo $user->name;?>" /></td>
</tr>
<tr>
<td>Email</td>
<td><input name="email" type="text" id="email" size="30" maxlength="30" value="<?php $user = &JFactory::getUser();echo $user->email;?>" /></td>
</tr>
<tr>
<td nowrap="nowrap">Aantal personen </td>
<td><input name="aant_pers" type="text" id="aant_pers" size="2" maxlength="2" /></td>
</tr>
</table>
<p>
<input type="submit" name="Submit" value="Verstuur aanmelding" />
</p>
</form>
