Results 1 to 3 of 3

Thread: DW form help?

  1. #1
    Join Date
    Sep 2005
    Posts
    201

    DW form help?

    I have made a email form in DW and want to make some of the fields to be REQUIRED so visitors will have to fill in, in order to sign up.

    How I can do it? Thank you!

  2. #2
    Join Date
    Jan 2003
    Posts
    96
    Required form fields are processed by your formamail (or similliar) script.

    You'll need to add something like this to the code of your form:

    Code:
    <input type="hidden" name="required" value="LastName, FirstName" />
    -Jeremy

  3. #3
    sounds like you need the yaromat form validation extension for dreamweaver
    it validates all sorts of items
    yaromat.com
    you simply install it using the dreamweaver extension manager and yaromat form validation will do the rest

    hth

    craig

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •