Advertisement
Guest User

...

a guest
Sep 8th, 2012
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.49 KB | None | 0 0
  1. <div class="contact-form" style="width:571px;height:340px;">              
  2.           <form method="post" id="ajax_form" action="#">
  3.             <div id="form-wrapper">
  4.                 <div class="form-item" id="field-name">
  5.                     <label for="name" id="name_label">name:<span class="field-required" title="Required Field">*</span></label>
  6.                     <input type="text" maxlength="90" name="name" id="name" placeholder="name" size="30" class="form-field required text_input clear" />
  7.                 </div>
  8.                 <div class="form-item" id="field-mail">
  9.                     <label for="email" id="email_label">e-mail:<span class="field-required" title="Required Field">*</span></label>
  10.                     <input type="email" maxlength="90" name="email" id="email" placeholder="e-mail" size="30" class="form-field required email text_input clear" />
  11.                 </div>
  12. <div class="form-item" id="field-name">
  13.                     <label for="company" id="company_label">company:</label>
  14.                     <input type="text" maxlength="90" name="company" id="company" placeholder="company" size="30" class="form-field required text_input clear" />
  15.                 </div>
  16.                 <div style="position:absolute;top:116px;left:450px;;" class="form-item" id="field-destino">
  17.                     <label for="formComments">message: </label>
  18.                     <textarea style="width:275px;height:175px;" cols="55" rows="" name="message" id="message" placeholder="message"  class="form-textarea text_area clear" ></textarea>
  19. </div>
  20. <div class="form-item" id="field-services">
  21. <fieldset>
  22.   <!--[if !IE | (gte IE 8)]-->
  23.   <label id="services1">Check All That Apply To Your Project
  24. <span class="field-required" title="Required Field">*</span>
  25.   </label>
  26.   <!--[endif]-->
  27.   <!--[if lt IE 8]>
  28.     <label id="services1">
  29.         Check All That Apply
  30.                 <span class="field-required" title="Required Field">*</span>
  31.             </label>
  32.     <![endif]-->
  33.   <div style="display:inline;">
  34.     <span>
  35.       <label class="choice" for="Field1" style="display:inline;margin-left:0px;margin-right:5px;">
  36.         <input id="Field1" name="Field[]" type="checkbox" class="field checkbox" value="Web Design" style="width:0px;">Web Design    
  37.  </label>
  38.     </span>
  39.     <span>
  40.       <label class="choice" for="Field2" style="display:inline;margin-left:0px;margin-right:5px;">
  41.         <input id="Field2" name="Field[]" type="checkbox" class="field checkbox" value="Graphic Design" style="width:0px;">Graphic Design
  42. </label>
  43.     </span>
  44.     <span>
  45.       <label class="choice" for="Field3" style="display:inline;margin-left:0px;margin-right:5px;">
  46.         <input id="Field3" name="Field[]" class="field checkbox" type="checkbox" value="Illustration" style="width:0px;">Illustration
  47.  </label>
  48.     </span>
  49.     <span>
  50.       <label class="choice" for="Field4" style="display:inline;margin-left:0px;margin-right:5px;">
  51.         <input id="Field4" name="Field[]" type="checkbox" class="field checkbox" value="Identity Dev/Branding" style="width:0px;">Identity Dev/Branding
  52. </label>
  53.     </span>
  54.     <br>
  55.     <span>
  56.       <label class="choice" for="Field1_3" style="display:inline;margin-left:0px;margin-right:5px;">
  57.         <input id="Field5" name="Field[]" class="field checkbox" type="checkbox" value="Identity Dev/Branding" style="width:0px;">Web App Development
  58. </label>
  59.     </span>
  60.     <span>
  61.       <label class="choice" for="Field1_4" style="display:inline;margin-left:0px;margin-right:5px;">
  62.         <input id="Field6" name="Field[]" class="field checkbox" type="checkbox" value="CGI" style="width:0px;">CGI
  63. </label>
  64.     </span>
  65.     <span>
  66.       <label class="choice" for="Field1_5" style="display:inline;margin-left:0px;margin-right:5px;">
  67.         <input id="Field7" name="Field[]" class="field checkbox" type="checkbox" value="VFX" style="width:0px;">VFX
  68. </label>
  69.     </span>
  70.     <span>
  71.       <label class="choice" for="Field1_6" style="display:inline;margin-left:0px;margin-right:5px;">
  72.         <input id="Field8" name="Field[]" class="field checkbox" type="checkbox" value="Video Production" style="width:0px;">Video Production
  73.  </label>
  74.     </span>
  75.     <span>
  76.       <label class="choice" for="Field1_7" style="display:inline;margin-left:0px;margin-right:5px;">
  77.         <input id="Field9" name="Field[]" class="field checkbox" type="checkbox" value="Motion Project" style="width:0px;">Motion Project
  78. </label>
  79.     </span>
  80.   </div>
  81. </fieldset>
  82.                 </div>
  83.                 <input type="submit" name="submit" id="submit" value="send" class="submit form-submit" />
  84.             </div>  
  85.            </form>
  86.          </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement