Add form to webpage

Exclusive

DW Regular
Joined
Oct 16, 2003
Messages
7,346
Reaction score
39
Am messing about with webpages and learning bits and bobs

i want to add a form, eg like a contact form or feedback form

and when they click submit i want it to go to my e-mail

ive tried insert form etc with front page but i cant do it right

Thanks

edit

similar to this

http://www.gizeh.co.uk/bullbrand/registration.php
 
Last edited:
You just view source and copy the table and edit the content? I have attached the copied table code from the link you posted?

Then you link the submit button with a valid e-mail address:

<td width="160"><a href="mailto:[email protected]" class="navText">Contact</a></td>

Hope this has helped a bit?
 
Last edited:
You just view source and copy the table and edit the content? I have attached the copied table code from the link you posted?

Then you link the submit button with a valid e-mail address:

<td width="160"><a href="mailto:[email protected]" class="navText">Contact</a></td>

Hope this has helped a bit?

thank you so much :)

am going to give it a try, will let you know the outcome

thanks :)
 
Back
Top