No recipient i formular
Hej.Jeg har lavet en formmail, hvor der kan vedhæftes et billede... Det virker bare ikke :-)
Det ser sådan ud:
<table>
<form enctype="multipart/form-data" method="post" action="http://cgi.locuples.com/cgi-bin/FormMail.pl">
<input type="hidden" name="recipient" value="michael@michaelb.dk">
<input type="hidden" name="subject" value="Billede">
<input type="hidden" name="redirect" value="formular.htm">
<tr>
<td>Billede(r)</td>
<td><input type="hidden" name="MAX_FILE_SIZE" value="30000">
<input name="userfile" type="file" style="font-family: Verdana; font-size: 10pt; background-color=ffffff; border: 1px solid #000000" />
<input name="userfile" type="file" style="font-family: Verdana; font-size: 10pt; background-color=ffffff; border: 1px solid #000000" />
<input name="userfile" type="file" style="font-family: Verdana; font-size: 10pt; background-color=ffffff; border: 1px solid #000000" /> </td>
</tr>
<tr>
<td>
<input type="submit" value="Indsend" style="font-family: Verdana; font-size: 10pt; background-color=ffffff; border: 1px solid #000000">
</td>
</tr>
</form>
</table>
Når jeg klikker send, får jeg en fejlbesked hvor der står:
"No Recipient was specified in the data sent to FormMail. Please make sure you have filled in the 'recipient' form field with an e-mail address. More information on filling in recipient form fields can be found in the README file."
Hvorfor får jeg den fejl?
