Jump to content

Template Form


sspolice

Recommended Posts

Hello guys am practically a day old here so i am not a pro with dreamweaver but i know sort of my way around but i am so puzzled and hope i can get help fast, so i downloaded a template and there is a form but i dont know what the ###### is goin on haha. DW has it own form but this one goes with the template so yes. below is the code , if any one could help me i would be greatful ! and yes am learning

 

<form id="form" method="post" >                  <fieldset>                    <label><strong>Name:</strong><input type="text" value=""></label>                    <label><strong>Email:</strong><input type="text" value=""></label>                    <label><strong>Phone:</strong><input type="text" value=""></label>                    <label><strong>Message:</strong><textarea></textarea></label>                    <div class="btns"><a href="#" class="link">Clear</a><a href="#" class="link" onClick="document.getElementById('form').submit()">Send</a></div>                  </fieldset>                  </form>
that's all that there is but it need to send to a mail and i dont know if it needs a thank you page or redirect to home afterwards
once the website is up i shall post the link...
Regards
Rory
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...