View Full Version : Adding send to field to CSS form?
Colonel Ingus
12-07-2007, 08:55 PM
We are trying to learn how to use this (http://www.dynamicdrive.com/style/csslibrary/item/css-tableless-form/) 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? :confused:
boogyman
12-07-2007, 09:31 PM
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.
<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.
Colonel Ingus
12-07-2007, 11:55 PM
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 (http://www.dynamicdrive.com/forums/forumdisplay.php?f=6) 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.
boogyman
12-08-2007, 07:06 PM
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 (http://www.dynamicdrive.com/forums/forumdisplay.php?f=6) 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 :)
Colonel Ingus
12-08-2007, 07:27 PM
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 :)
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.