Jump to content

Cory

Members
  • Posts

    15
  • Joined

  • Last visited

Everything posted by Cory

  1. My forum is in my signature. By the looks of it, I am guessing this won't only require HTML, but JavaScript submitted into the Board Wrappers as well.There's this other InvisionFree forum that does this, I'm not to sure how they do it though. Once a user fill's out this form their feedback will be submitted into the topic created as a post. In this case, Mr.Smiles is the one who left the feedback.Here's the topic where the form is located at, though you must register to view it.http://invisionfreeskins.com/index.php?showtopic=8815Quoting the first post and viewing the form they look to be using some kind of access keys, which is something I am confused about.
  2. I have an HTML form (code below) that I would wish to acquire a specific action, the only problem is I do not know how to acquire it with this specific action. The action I am wanting it to take is when you click the "Submit" button. When someone clicks the "Submit" button I would like the forms action to post a new post in a topic I have created with their submitted information. <FORM METHOD="POST" ACTION="http://bigboardsresources.com/index.php"><P><B>Username:</B><BR/> <INPUT NAME="username" TYPE="TEXT" SIZE="10" MAXLENGTH="32"><P><B>Email Address:</B><BR/> <INPUT NAME="email" TYPE="TEXT" SIZE="10" MAXLENGTH="50"><P><B>Board Name:</B><BR/> <INPUT NAME="name" TYPE="TEXT" SIZE="10" MAXLENGTH="20"><P><B>Board URL:</B><BR/> <INPUT NAME="URL" TYPE="TEXT" SIZE="10" MAXLENGTH="60"><P><B>Board Description:</B><BR/> <textarea cols='50' rows='5' name='description' class='textinput' tabindex="1"></textarea><P> <INPUT TYPE="SUBMIT"> <INPUT TYPE="RESET"></FORM> For instance I am using InvisionFree, I would like my HTML form to automatically post a new post with the submitted information that was submitted within the form.Anyone know how would I go about redirecting the action to a new post? Thanks for any of the help you can provide.
  3. Yes, something similar to the updates table on the right-hand side of the left menu.
  4. Hello everyone, I have one question concerning tables. How can I put other tables side-by-side, much like a new row, however it will be much larger. Refer to this image for an example, the sqaure highlighted in red is where I would like to insert the table, my only question is how would I be able to do this? Would it require more than tables? Thanks to anyone that can answer.
×
×
  • Create New...