Click to See Complete Forum and Search --> : forms


Olga Evenden
07-21-2003, 06:59 AM
--

Charles
07-21-2003, 07:05 AM
I don't know anything about Dreamweaver except to avoid it but...

Forms are supposed to be sent to a script or program waiting on a server somewhere. That script handles the form data, saving it or sending it by email to someone, and then sends a redirect or a new page back to the user.

How you change the button depends upon how you make the button, there are two kinds:

<button type="submit">Fee</button>
<button type="reset">Fie</button>

<input type="submit" value="Foe">
<input type="reset" value="Fum">

Sgt Web
07-22-2003, 06:12 AM
For Dreamweaver, select your form; in the PROPERTIES section, place the mailto:anybody@anywhere.com address in the ACTION box.