Results 1 to 2 of 2

Thread: Activating Form

  1. #1
    Join Date
    Dec 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Activating Form

    Sorry for being a newb, but can someone point me in the right direction for activating the "submit" button and directing it somewhere? I'm using Microsoft Expression and downloaded the CSS Tableless Form from the library and got it working in preview but I don't know how to make the buttons live.

    Should it just be dumping the information into a cgi.bin folder? And if so how do you differentiate the information if each form submitted applies to a different person.

    Is the key the value I put in the quotation marks? <input type="text" id="emailaddress" value="" />


    Thanks
    Last edited by Waterbottle; 12-14-2006 at 05:25 AM.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    What you're asking has nothing to do with CSS or even JavaScript. Basically you need to install a form processing script on the server side (ie: PHP or CGI) to handle the form submission part. There are many such scripts on the web, such as: http://cgi.resourceindex.com/Program...rm_Processing/

Bookmarks

Posting Permissions

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