Advertisement
Guest User

Untitled

a guest
May 29th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         <div style="margin-bottom: 12px;">Please provide the following information.<span id="cookies_enabled"></span></div>
  2.         <form action="*" class="web_form" name="leadForm" method="POST">
  3.         <div style="display: block;" class="no-loading">
  4.             <br /><br />
  5.             <label>First Name:</label>  <input name="fname" id="fname" size="20" maxlength="40" style="width: 150px;"  checkmax="2" required="1" real_name="First Name" type="text">
  6.             <br /><br />
  7.             <label>Last Name:</label>   <input name="lname" id="lname" size="20" maxlength="40" style="width: 150px;"  checkmax="2" required="1" real_name="Last Name" type="text">
  8.             <br /><br />
  9.             <label>E-mail:</label>  <input real_name="Email Address" name="email" id="email" size="20" maxlength="80" style="width: 150px;" class="bodyblack required-field valid-email" required="1" type="text">
  10.             <br /><br />
  11.             <label>Phone:</label>   <input name="phone" id="phone" size="20" maxlength="40" style="width: 150px;" required="1" real_name="Phone" type="text">
  12.             <br /><br />
  13.             <label>Company:</label> <input name="company" id="company" size="20" maxlength="80" style="width: 150px;"  checkmax="2" required="1" real_name="Company Name" type="text">
  14.             <br /><br />
  15.             <label>Web site:</label>    <input name="URL" id="URL" size="20" maxlength="80" style="width: 150px;" required="1" real_name="Corporate Website" type="text">
  16.             <br /><br />
  17.             <label>Zip Code:</label>    <input name="Zip" id="Zip" size="20" maxlength="80" style="width: 150px;" required="1" real_name="Zip" type="text">
  18.             <br /><br />
  19.             <label>Department/Function:</label>
  20.                 <select name="job_function" id="job_function" style="width: 150px;"  required="1" real_name="Department">
  21.                   <option value="" selected="selected">Select One</option>
  22.                   <option value="*">*</option>
  23.                   <option value="*">*</option>
  24.                   <option value="*">*</option>
  25.                   <option value="Other">Other</option>
  26.                 </select>
  27.             <br /><br />
  28.             <label>Job Title:</label>
  29.                 <select name="job_rank" id="job_rank" style="width: 150px;" class="required-field" required="1" real_name="Job Title">
  30.                   <option value="" selected="selected">Select One</option>
  31.                   <option value="*">*</option>
  32.                   <option value="*">*</option>
  33.                   <option value="*">*</option>
  34.                   <option value="Other">Other</option>
  35.                 </select>
  36.             <br /><br />     
  37.  
  38.             <h3> I am interested in (check all that apply):</h3>
  39.                 <label><input style="border: medium none ;" name="" id="" value="" type="checkbox">Email</label>
  40.                 <label><input style="border: medium none ;" name="" id="" value="" type="checkbox">CRM</label>
  41.                 <label><input style="border: medium none ;" name="" id="" value="" type="checkbox">Sharepoint</label>
  42.                 <label><input style="border: medium none ;" name="" id="" value="" type="checkbox">ERP</label>
  43.                 <label><input style="border: medium none ;" name="" id="" value="" type="checkbox">Implementation and Migration</label>
  44.                 <label><input style="border: medium none ;" name="" id="" value="" type="checkbox">Custom Development</label>
  45.  
  46.             <br /><br />
  47.            
  48.             <label>Purchase Time Frame:</label>
  49.             <select name="timeframe" style="width: 150px;"  required="1" real_name="timeframe">
  50.                   <option value="*" selected="selected">Select One</option>
  51.                   <option value="2">2-4 weeks</option>
  52.                   <option value="4">4-12 weeks</option>
  53.                   <option value="12">12-24 weeks</option>
  54.                   <option value="24">24-48 weeks</option>
  55.                   <option value="uncertain">uncertain</option>
  56.             </select>
  57.             <br />
  58.             <br />
  59.            
  60.             <label>Industry:</label>
  61.             <select name="industry" id="industry" style="width: 150px;"  required="1" real_name="Industry">
  62.                   <option value="" selected="selected">Select One</option>
  63.                   <option value="Agency or Consultant">Agency or Consultant</option>
  64.                   <option value="Automotive">Automotive</option>
  65.                   <option value="Business Services">Business Services</option>
  66.                   <option value="Consumer Products">Consumer Products</option>
  67.                   <option value="Education">Education</option>
  68.                   <option value="Entertainment">Entertainment</option>
  69.                   <option value="Financial Services">Financial Services</option>
  70.                   <option value="Government">Government</option>
  71.                   <option value="Health Care">Health Care     </option>
  72.                   <option value="High Tech">High Tech</option>
  73.                   <option value="Insurance">Insurance</option>
  74.                   <option value="Internet">Internet</option>
  75.                   <option value="Manufacturing">Manufacturing</option>
  76.                   <option value="Media">Media</option>
  77.                   <option value="Non-Profit">Non-Profit</option>
  78.                   <option value="Real Estate">Real Estate</option>
  79.                   <option value="Retail">Retail</option>
  80.                   <option value="Telecommunications">Telecommunications</option>
  81.                   <option value="Travel & Hospitality">Travel & Hospitality</option>
  82.                   <option value="Other">Other</option>
  83.             </select>
  84.                
  85.                 <br /> <br />
  86.                 <label>Comments:</label><br />
  87.                 <textarea cols="30" rows="5" name="questions" id="questions" style="width: 150px;"></textarea>
  88.                 <br />
  89.  
  90.  
  91.                 </div>
  92.         </div>
  93.         </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement