Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
withhisstripes #1
Submission Form?
Hi, I am trying to create a submission form that, after hitting the "submit"
button, is automatically sent to a specified e-mail address. I tried doing one
in Flash but had no luck. Can anyone help?
Thanks
withhisstripes Guest
-
Submission Form
Hey, At www.HookWeb.net/feedback.htm I am creating a submission form that forwards the information the surfer enters in the form. But I can only... -
Acccordion form submission
My need is like this. I have 7-8 panels appearing as different tabs in the accordion. Each of the panel represents a complete form in itself. Since... -
multiple form submission
Can someone point me in the direction of a resource to learn how to submit multiple forms on a single page through a single submit button. The... -
Form submission fills form values with garbage
Hey all, I'm attempting to do some form processing on a server that has register_globals off, however, I've run into a confusing situation and... -
The woes of a PHP form submission
Good evening to the skilled Ladies and Gentlemen of the PHP world. I am fairly new to all of this but learning quickly. I have run in to a need... -
san_diego_ca #2
Re: Submission Form?
Here's a sample of the HTML. I got it from [url]www.w3schools.com/[/url]
<form action="MAILTO:someone@w3schools.com" method="post" enctype="text/plain">
Name:<br />
<input type="text" name="name"
value="yourname" size="20" />
<br />
Mail:<br />
<input type="text" name="mail"
value="yourmail" size="20" />
<br />
Comment:<br />
<input type="text" name="comment"
value="yourcomment" size="40" />
<br /><br />
<input type="submit" value="Send" />
<input type="reset" value="Reset" />
</form>
san_diego_ca Guest
-
withhisstripes #3
Re: Submission Form?
Thanks for the help, but I need it to do it without using a third party mailing program, I just want it to send it immediately after the person clicks the 'submit' button.
withhisstripes Guest
-
withhisstripes #4
Re: Submission Form?
Actually, I did a little research and found a perfect PHP form. Thanks everyone: [url]http://www.christian-web-masters.com/articles/web_php-mail-form-2.html[/url]
withhisstripes Guest



Reply With Quote

