Results 1 to 2 of 2

Thread: css Form help

  1. #1
    Join Date
    Sep 2009
    Location
    earth
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Lightbulb css Form help

    i'm new on this codding and i would like to see how the css form works i just dont know how lo link it to my e-mail so that i could recieve the feedfack

  2. #2
    Join Date
    Sep 2008
    Location
    Seattle, WA
    Posts
    135
    Thanks
    1
    Thanked 11 Times in 11 Posts

    Default

    Actually sending the mail is not a CSS issue. You need something like a PHP script that handles the form submission, parses the data from the form and emails it to you. You'd reference the script in the form's action="" line right after the <form spot. Like this:

    <form action="sendmail.php" method="POST">
    form fields and stuff
    </form>

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
  •