Results 1 to 5 of 5

Thread: Adding send to field to CSS form?

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

    Question Adding send to field to CSS form?

    We are trying to learn how to use this Dynamic Drive CSS form. Our main question, and one that has been asked by other people, is how do you tell the form WHERE to send the form information to, once people fill the form out?

  2. #2
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    this belongs under the dynamic drive script help.

    the action attribute of the form is how the information will be handled. so that is where you insert the location of where its going to go for processing.

    Code:
    <form id="myform" class="cssform" action="">
    this script is just telling you how to style the form without tables, it has nothing to do with actual form processing.

    Our main question, and one that has been asked by other people
    if there was a forum topic on it you can just reply there, creating a new topic about something that has already been asked does not help others because they now have to navigate two topic threads rather than one.

  3. #3
    Join Date
    Dec 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Wink

    Quote Originally Posted by boogyman View Post
    this belongs under the dynamic drive script help.
    Not according to what the Dynamic Drive admin wants. Here is a direct quote from what they said:

    "Got a question or need help customizing this CSS code? Post it in the CSS Forums."

    The link that they provided came directly here. Thank you.


    if there was a forum topic on it you can just reply there, creating a new topic about something that has already been asked does not help others because they now have to navigate two topic threads rather than one.
    There wasn't a forum topic. As an Admin for many forums over the past 18 years (including one of the nets largest vB forums) we are well aware of the confusion that creating multiple topics causes. That is not the case here

    Thank you for your help. Much appreciated.

  4. #4
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    Quote Originally Posted by Colonel Ingus View Post
    Not according to what the Dynamic Drive admin wants. Here is a direct quote from what they said:

    "Got a question or need help customizing this CSS code? Post it in the CSS Forums."

    The link that they provided came directly here. Thank you.
    I understand that but the question you had was about the action portion, not about css (styling the layout)

    but either way I hope that you got your question answered and if you have any other questions please feel free to ask

  5. #5
    Join Date
    Dec 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Wink

    Quote Originally Posted by boogyman View Post
    I understand that but the question you had was about the action portion, not about css
    Correct, but I think you missed the word OR in that sentence It said "Got a question or need help customizing this CSS code?". It did not say "Got a question about CSS..." We had a question about the script, we asked it, and thanks to you yes it pointed us in the right direction. And you did not just help one person here. If we can get this form to work we'll be able to now pass this information on to others who have expressed their interest in this topic. Thanks again

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
  •