I want to build my own form, so I have created a page (plain text) with the content:
Code: Select all
{PHP:myPHP/agenda.php}
The code from my form (part):
Code: Select all
<form method=\"post\" action=\"index.php?id=87,61,0,0,1,0\">
<table>
<tr>
<td><b>Datum:</b></td>
<td><input type=\"text\" name=\"datum\" value=\"".$nu."\">
<input type=\"button\" value=\"Datum\" onclick=\"DoCal(this.form.datum)\"></td>
</tr>
<tr>
<td><input type=\"submit\" value=\"Toevoegen\"></td><td> </td>
</table>
</form>