Thread: submit forms
Results 1 to 4 of 4
Related
-
Best Submit Forum: Search Engine Optimization - SEO - Forum
Replies: 4 -
Submit it mistake Forum: Search Engine Optimization - SEO - Forum
Replies: 1 -
Submit Buttons [in forms] Forum: HTML Forum
Replies: 27
-
08-09-2002, 11:33 AM #1
submit forms
how can i have a form submitted and delivered to a specific email address.
-
08-09-2002, 12:01 PM #2
If you're using a HTML form, you can specify the mailto in the FORM tag. If you're using a script, there should be an option to set the address of the recipient.
-
08-09-2002, 12:14 PM #3
i'm not sure wat u mean, but here's the code i using:
<html>
<br>
<form>
Your web site's name: <INPUT TYPE="text"><br>
Its URL: <INPUT TYPE="text"><br>
Your email address: <INPUT TYPE="text" name="email"><br>
Banner: <INPUT TYPE="file" NAME="attachedfile" MAXLENGTH=50 ALLOW="text/*" ><br>
<br><input type="submit" value="submit">
</FORM>
</html>
wat do i have to change?
-
08-09-2002, 01:28 PM #4
<FORM METHOD="POST" ACTION="mailto:your email address">