E
Enak
Ik heb de gegevens die bij de info te vinden zijn over een mail formulier op je homepage verwerkt in mijn contact formulier, dit zijn echter wel gegevens uit 2004. Niet echt recent dus.
Dit is de melding die ik krijg na submit button te hebben ingedrukt.
This CGI script was called with invalid arguments.
The correct usage is to create a form that starts with:
<FORM METHOD="POST" ACTION="/cgi-bin/mailto/<URL-path>?<email-address>">
Where <URL-path> is the pathname of the of the document you want to be displayed after the form is submitted, and <email-address> is the email address where the form should be mailed to.
Example:
<FORM METHOD="POST" ACTION="/cgi-bin/mailto/~joe/thanks.html?joe">
If the form contains a field named subject, the value of this field will become the Subject header of the email message. You can also use this in a hidden field:
<INPUT TYPE="hidden" NAME="subject" VALUE="Info request">
Bovenstaande heb ik ook in mijn contact.html verwerkt.
Wat ik ook verander, username, volledig nextpage url, emailgegevens, of doe er gebeurt niets. Heb recent bij mijn opleiding wel een contact formulier werkend gehad met een html en php mail-a-form script.
Iemand misschien een goede tip om het toch te laten werken.
Dit is de melding die ik krijg na submit button te hebben ingedrukt.
This CGI script was called with invalid arguments.
The correct usage is to create a form that starts with:
<FORM METHOD="POST" ACTION="/cgi-bin/mailto/<URL-path>?<email-address>">
Where <URL-path> is the pathname of the of the document you want to be displayed after the form is submitted, and <email-address> is the email address where the form should be mailed to.
Example:
<FORM METHOD="POST" ACTION="/cgi-bin/mailto/~joe/thanks.html?joe">
If the form contains a field named subject, the value of this field will become the Subject header of the email message. You can also use this in a hidden field:
<INPUT TYPE="hidden" NAME="subject" VALUE="Info request">
Bovenstaande heb ik ook in mijn contact.html verwerkt.
Wat ik ook verander, username, volledig nextpage url, emailgegevens, of doe er gebeurt niets. Heb recent bij mijn opleiding wel een contact formulier werkend gehad met een html en php mail-a-form script.
Iemand misschien een goede tip om het toch te laten werken.

?
