View Full Version : css Form help
css.newbie.sandy
09-11-2009, 05:53 PM
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
:confused:
simcomedia
09-16-2009, 08:43 PM
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>
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.