Click to See Complete Forum and Search --> : creating email form


kazuki
12-17-2006, 07:58 AM
Hi,
How do I create an email form to take visitors' messages or questions so that they are sent to my email id?

I tried taking free email forms from free webtools website. it quite works fine but when a visitor submits the form, the webtool provider's page opens in the same browser thereby directing out of my website. How to make this work in a new window?

sticks464
12-17-2006, 10:14 AM
Post the code so we can see what is possibly wrong.

ray326
12-17-2006, 09:21 PM
Have you tried using a target for the form? Try adding target="popmeup" to the form tag.

kazuki
12-18-2006, 04:18 AM
Oh Thanks, It works alright :-)

Have you tried using a target for the form? Try adding target="popmeup" to the form tag.