Results 1 to 2 of 2

Thread: How do I link "submit" button to email address?

  1. #1
    Join Date
    Jul 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How do I link "submit" button to email address?

    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
    Last edited by jscheuer1; 10-10-2010 at 01:46 AM. Reason: fix broken link

  2. #2
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    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

    Code:
    <a href="mailto:you@yoursite.com">Email Me</a>
    Corrections to my coding/thoughts welcome.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •