Log in

View Full Version : How do I link "submit" button to email address?



PF Marconi
10-09-2010, 07:57 PM
Not sure if this is truly a CSS question but here goes.

Obviously a question from a novice, but I'm pretty stuck.

I'm unable to do the following:-

1. Link the "SUBMIT" button to my email address.

2. Allow the user to remove incorrect information by "refreshing / F5 " the page, instead of using the mouse for each box.

I really like the look of this form and want to keep it - though it has to be functional!

Many thanks

Paul

http://www.cumbria-dog-training.com/Contact.htm

bluewalrus
10-11-2010, 11:05 PM
I don't see where a user enters any information but this would need to be done by javascript or a server side language (PHP, asp, cf). The email address link needs to be a name @ and then the domain.

for example


you@yoursite.com


in the actual link tag this would be



<a href="mailto:you@yoursite.com">Email Me</a>