Thread: Forms in dreamweaver 8
Results 1 to 4 of 4
Related
-
cgi and dreamweaver Forum: CGI Perl Forum
Replies: 2 -
DreamWeaver 8 - rendering issues Forum: HTML Forum
Replies: 6 -
Help with Dreamweaver Login adding URL parameter Forum: ASP Forum
Replies: 0 -
fireworks and dreamweaver buttons Forum: Graphics Forum
Replies: 0 -
How to apply a drop shadow in Dreamweaver. Forum: CSS Forum
Replies: 2
-
12-12-2007, 01:18 PM #1
Forms in dreamweaver 8
I am trying to create a email form in dreamweaver 8. I have the form completed, but want a thank you page to be displayed after the person submits the form. How do i create this? I am new at all of this.
-
01-12-2008, 08:23 PM #2
Re: Forms in dreamweaver 8
just search google for a form maker , its easier
-
01-15-2008, 07:50 AM #3
Re: Forms in dreamweaver 8
you can also use formmail script for mail forms. very easy to configure and set up.
-
01-15-2008, 02:48 PM #4
Re: Forms in dreamweaver 8
well very easy man, switch to code view in dreamweaver, locate the form tags and add the action attribute
e.g <FORM ACTION="thankyoupage.html" METHOD=POST>
that's it