Guest Posted February 22, 2010 Posted February 22, 2010 Hello, I am currently creating a contact form and have created the html form and need help on creating the file.php to make it work! <form id="form2" action="" enctype="multipart/form-data" name="form2"> <div class="form"><input type="text" value="Your Name:"></div> <div class="form"><input type="text" value="Your Fax:"></div> <div class="form"><input type="text" value="Your Phone:"></div> <div class="form"><input type="text" value="Your E-mail:"></div> <textarea rows="40" cols="50">Your Message:</textarea><br> <br style="line-height:14px"> <span ><a href="#" onClick="document.getElementById('form2').reset()" style="margin-left:144px">clear</a><a href="#" onClick="document.getElementById('form2').submit()" style="margin-left:20px">send</a></span> </form> GREATLY APPRECIATE ANY HELP I CAN GET! Thanks Steve
multimixer Posted February 22, 2010 Posted February 22, 2010 Why not use the existing contact_us.php, rename it, and then alter it to your needs? My community profile | Template system for osCommerce - New: Responsive | Feedback channel
Recommended Posts
Archived
This topic is now archived and is closed to further replies.