Friday, November 27, 2009

I need some html help in creating forms?

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 ..



I need some html help in creating forms?windows messenger



http://www.dagondesign.com/articles/secu...



Can be used with or without WordPress.



I need some html help in creating forms?microsoft works internet explorer



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.
you can use



%26lt;form method=post action="scriptfilename.php"%26gt;



%26lt;input type="submit" value="submit"/%26gt;



%26lt;/form%26gt;



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 !
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.

No comments:

Post a Comment

 
c++