Good Contact Form Html Code Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    Good Contact Form Html Code

    LUDAKLUDI
    LUDAKLUDI
    Forumember


    Male Posts : 280
    Reputation : 3
    Language : English,Serbian
    Location : Serbia-Belgrade

    Good Contact Form Html Code Empty Good Contact Form Html Code

    Post by LUDAKLUDI April 25th 2009, 4:50 pm

    To install make new HTML page in
    Admin CP -> Modules -> HTML -> HTML pages management
    Create new HTML page

    Title * : contact
    Do you wish to use your forum page header and page footer ? YES !!

    Use this page as homepage ? NO !!

    Html source * : (put this code)
    Code:

    <table cellpadding="0" cellspacing="0" width="100%" class="three-col">
       <tbody>
          <tr>
             <td valign="top" width="0">
                <div id="emptyidleft">
                </div>
             </td>
             <td valign="top" width="100%">
                <form action="contact.forum?action=submit" class="report" method="post">
                   <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
                      <tr>
                         <th class="thHead" colspan="2">Contact us</th>
                      </tr>
                      <tr>
                         <td class="row2" colspan="2">
                            <span class="gensmall">YOUR_FORUM_NAME Contact Form :<span class="obligatory"></span> Tipe all right in otherwise form will be not sended.</span>
                         </td>
                      </tr>
                      <tr>
                         <td class="row1">
                            <label for="subject" class="gen">Message subject<span class="obligatory">*</span> :</label>
                         </td>
                         <td class="row2">
                            <input type="text" name="subject" id="subject" size="78" maxlength="54" class="post" value=""/>
                         </td>
                      </tr>
                      <tr>
                         <td class="row1">
                            <label for="message" class="gen">Message contents<span class="obligatory">*</span> :</label>
                         </td>
                         <td class="row2">
                            <textarea cols="75" rows="10" name="message" id="message" class="post"></textarea>
                         </td>
                      </tr>
                      <tr>
                         <td class="row1">
                            <label for="email" class="gen">E-mail adress<span class="obligatory">*</span> :</label></td><td class="row2"><input type="text" name="email" id="email" size="78" class="post" value=""/>
                         </td>
                      </tr>
                      <tr>
                         <td class="row1">
                            <label for="reg_key" class="gen">Confirmation code<span class="obligatory">*</span> :</label>
                         </td>
                         <td class="row2 captcha">
                            <table border="0">
                         </td>
                      </tr>
                      <tr>
                         <td align="left">
                            <div class="captcha-img">
                               <label for="reg_key" dir="ltr"><img src="/antirobot_pic.forum?a=bb10a848e715144e08c1712c00efb33c" alt="" /></label>
                                  <input type="hidden" name="username" value="" /> <input type="hidden" name="time" value="" />
                            </div>
                         </td>
                         <td align="left">
                            <input type="text" name="reg_key" id="reg_key" maxlength="5" class="post" dir="ltr" />
                         </td>
                      </tr>
                      <tr>
                            </table>
                      </tr>
                      <tr>
                         <td class="catBottom" height="28" align="center" colspan="2">
                            <input class="button2" type="submit" name="submit" value="Send" /> <input class="button2" type="reset" name="reset" value="Reset" />
                            <input type="hidden" name="time" value="" />
                         </td>
                      </tr>
                   </table>
                </form>
             </td>
          </tr>
       </tbody>
    </table>


    Write by: LUDAKLUDI


    this is wery cool code for contact form .... contact coming to admin inbox in forum ....
    guest and members can send you contact form ...
    but everything must be correct wrote in form ....
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Good Contact Form Html Code Empty Re: Good Contact Form Html Code

    Post by Sanket April 25th 2009, 4:57 pm