At first I put the code into an html blob, but when i embed this in my page, it does show the code instead of the form.
Then I tried to put the code into the page itselfes with a little help of TinyMCE. At that point it won't show the textforms.
Can someone please help me with this?
This is the code:
Code: Select all
<FORM METHOD="POST"
ACTION="/cgi-bin/cgiemail/cgiemail/info.txt">
<table width="300" border="0">
<tr>
<td>Naam</td>
<td>:
<INPUT SIZE=30 NAME="required-yourname"></td>
</tr>
<tr>
<td>E-mail</td>
<td>:
<INPUT SIZE=30 NAME="required-email"></td>
</tr>
<tr>
<td>Info over</td>
<td>:
<select name="required-info" size="1" id="required-info">
<option value="info@mijndomein.nl">Algemeen</option>
<option value="tekst@mijndomeinn.nl">Tekst</option>
<option value="design@mijndomein.nl">Design</option>
</select></td>
</tr>
</table>
<p>Uw opmerking/vraag:
<TEXTAREA name="required-quest" rows=10 cols=32></TEXTAREA>
<BR>
<INPUT name="Verstuur" TYPE="image" src="images/verstuur.gif" width="78" height="28" id="Verstuur" value="Verstuur">
<INPUT TYPE="hidden" NAME="success" VALUE="http://www.mijndomein.nl/cms/index.php?page=Bedankt">
</p>
</FORM>