Click to See Complete Forum and Search --> : Help with Submit Button PLEASE


ItzMeDawn
07-18-2008, 02:38 PM
I am very new to Dreamweaver CS3 and using it on WinXP. I have enrolled in an online course but it is not moving fast enough. The website that I am working on is my employers. We are a farm and no money for IT personnel. If I could just get help with this one problem, I should learn the rest in my online course down the road. This issue came up because we had to switch hosting companies. Our site was originally created in FrontPage by a previous employee who we cannot reach.

The forms are not working on our new hosting site. I pulled the site into DW and created a new form (the hosting co. said that was what we had to do) I published the new form - here is the direct link

http://www.longandscottfarms.com/1GrpReservForm.htm

I need to be able to submit the results of that form to our email. Can someone help explain to me where I need to go to get this to work right? I really appreciate any help I can get.

wallacekp
07-18-2008, 06:33 PM
Try this site. They have always been most helpful to me.
http://www.formmail.com/

eCat
07-18-2008, 07:01 PM
You need to know the path to your mail script - the hosting company should be able to tell you that.

Right now, your form tag says:

<form id="form1" name="form1" method="post" action="">

Your action cannot be blank ("") - it has to point to the mail script.