PDA

View Full Version : Dreamweaver forms???



gibry21
June 5th, 2007, 08:17 AM
Hi guys, can some body point me in the right direction for tutorials on creating simple dreamweaver forms, perhaps with some form of validation??

I have created forms with flash b4 and used php to send the results in an email format, can I do this in dreamweaver rather than using the get method and having to depend on the users email client.

Links to tutorials would be great.

Cheers guys.

obey360
June 5th, 2007, 09:03 AM
Dreamweaver has many tools for creating forms and validating them. After creating the form, select the form tag and go to your Behavior Palette. Then add a behavior for Form Validation OnSubmit.

As far as sending the form with PHP, you'll need to create a secondary "process" page that will process the form and email to yourself (or whoever needs the form).