
July 30th, 2004
11:35 AM
Submit Buttons in Dreamweaver
Hello,
I am not an expert in creating sites but I was due for a facelift on my new site. I purchased a flash site and I am using Dreamweaver to edit the text.
I have never done forms before and I am stumped with the form. How do I get the submit button to transmit the data to my email?
Need Help!
Thanks.

July 31st, 2004
03:48 AM
Crazy Pants
Status: Offline!
Its more than just getting it to submit to an email.
To have the server automatically email you, you'd need to use php. To just allow the user to open their mail client, you'd have the <form action="mailto:your@email.com" method="POST"> I believe.
The submit button is simple.
<input type="submit" value="WhatIt Says" />
___________________
:: pop ::