MyBB Community Forums

Full Version: i am not sure where to place this
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i am looking to set up a way for my members to enter details about there character by using a form i got made.

i have found a way to send the data to the thread but it doesn't show everything like it should.

<form action="newthread.php?fid=6&amp;processed=1" method="post" enctype="multipart/form-data" name="input">
        <table>
  <tr>
      <td>Subject:</td>
      <td align="right"><input  type="text" class="textbox" name="subject" size="40" maxlength="85" value="{$subject}" tabindex="1" /></td>
    </tr>
            <tr>
 
                <td>First Name</td>
 
                <td align="right"><input size="25" type="text" name="csfname" /></td>
 
            </tr>
 
            <tr>
 
                <td>Last Name</td>
 
                <td align="right"><input size="25" type="text" name="cslname" /></td>
 
            </tr>
 
            <tr>
 
                <td>Age</td>
 
                <td align="right"><input size="25" type="text" name="csemail" /></td>
 
            </tr>
 
            <tr>
 
                <td>Looks</td>
 
                <td align="right"><input size="25" type="text" maxlength="13" name="csphome" /></td>
 
            </tr>
 
            <tr>
 
                <td>Gender</td>
 
                <td align="right"><input size="25" type="text" maxlength="13" name="cspcell" /></td>
 
            </tr>
 
            <tr>
 
                <td>Orientation</td>
 
                <td align="right"><input size="25" type="text" maxlength="13" name="cspfax" /></td>
 
            </tr>
 
            <tr>
 
                <td>Personality</td>
 
                <td align="right"><input size="25" type="text" name="csstadd" /></td>
 
            </tr>
 
            <tr>
 
                <td>Race</td>
 
                <td align="right"><input size="25" type="text" name="cscity" /></td>
 
            </tr>
 
            <tr>
 
                <td>Title</td>
 
                <td align="right"><input size="25" type="text" maxlength="2" name="csstate" /></td>
 
            </tr>
 
            <tr>
 
                <td>Marital status</td>
 
                <td align="right"><input size="25" type="text" maxlength="5" name="cszip" /></td>
 
            </tr>
 
        </table>
 
        <br />
 
        <div style="text-align: right;"><input class="button" type="submit" value="Create" name="submit" /></div>
</form>

how do i go about getting the form to post the details into a new thread.
thanks i found the answer after finding the form manager mod