English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

when i create a form in html .i end up with an SUMBIT button ..but i want that submit button when clicked 2 send me the information on my e-mail id ...and i want submit button when clicked 2 redirect users 2 a page with THANKS and such regards ..plz help me ..i dont want mailto: but want something different ..

2007-08-30 05:52:05 · 5 answers · asked by wild child 2 in Computers & Internet Programming & Design

5 answers

If you have access to php on the site you can try using the php mail() function. It will only work correctly if your hosting company allows this and their mail server is the same machine as the web server, or sees the web server as a trusted machine. Better is to store the information in a database, this is almost essential for recording users if you expect to have many. The divert to another page is simply a re-direct header pointing to that page.

2007-08-30 06:05:40 · answer #1 · answered by Anonymous · 0 0

you can use






now what you gotta do is, make a script file in php and replace the scriptfilename.php with that file, what actually we are doing here is that passing the form values onto the other page using post method theere you can further manipulate the data as you want, you can send the data on mail, can store in database and can display a confirmation message to the user..

A Similar kinda script is here on my website

http://realin.co.in/contact.php

you can mail me or message me, i will send u the script as it is if you want, then you make the necessary changes..
i haev put a security using image captcha in it ..

good luck
realin !

2007-08-30 06:07:42 · answer #2 · answered by The Realin 2 · 0 0

http://www.jotform.com will give you just what you want, including automated help with designing a form, and resulting html you can copy back to your own website and customize appropriately. You can also set up the email address to which the form output is to be mailed, and the url of the form response page to which the form-filler-outer is to be redirected.

p.s. It's free.

2007-08-30 06:16:57 · answer #3 · answered by fjpoblam 7 · 0 0

you are able to no longer do it in HTML. HTML does not "assemble information" you are able to desire to apply a server factor language alongside with very own homestead page or ASP.internet. once you're unwilling to benefit, then you only only can't do it with HTML on my own, sorry.

2016-10-03 10:12:02 · answer #4 · answered by ? 4 · 0 0

http://www.dagondesign.com/articles/secure-php-form-mailer-script/comment-page-4/

Can be used with or without WordPress.

2007-08-30 06:02:50 · answer #5 · answered by Dirty Randy 6 · 0 0

fedest.com, questions and answers