Results 1 to 2 of 2

Thread: UI Comments form with Dreamweaver CS3
      
   

  1. #1
    terrier2 is offline Private
    Join Date
    Oct 2007
    Posts
    1

    Default UI Comments form with Dreamweaver CS3

    I want to put a blog onto a web site, and have created a new page using a template called UI Comments form. I've done this same thing in Frontpage of old and it wasn't a problem, but with CS3 I can't figure out (once the 'Submit' button is clicked), what happens next.

    Where does the subject matter go?

    What happens when the button is clicked?

    It's got to go somewhere that other visitors to the site can see.

    How does this work?

    Any help is greatly appreciated.

  2. #2
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: UI Comments form with Dreamweaver CS3

    I haven't used DW CS3 (I'm still using DW , but just going by some of the keyword you are saying, all you did was insert a form template. The data that isn't submitted isn't being processed. Its just submitting data that isn't used, since its not used its essentially deleted.

    The easiest way to check it is to click on the form and find what page the "action" is set to. Either look in the properties box or go to coda view and find "<form" somewhere after that on the same line of the next (if the text wraps) there will be action="somepage.ext".

    Just check out somepage.ext and if there is some code in whatever scripting language then your data is getting process you just have to locate where.

    Or if that page is blank, or there is no action="somepage" anywhere then you data isn't getting processed, and you will need to get a script to process the data

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49