Advertisement
Guest User

Untitled

a guest
Sep 27th, 2017
499
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. <fieldset class="contact-us">
  2.  
  3. <label>Select a Contact: *<br />
  4. [select* recipient include_blank "Customer Service | <customerservice@amerex-fire.com>" "Sales |<sales@amerex-fire.com>" "Systems Sales |<systemsales@amerex-fire.com>" "International Sales |<internationalsales@amerex-fire.com>" "Government Sales |<governmentsales@amerex-fire.com>" "Military Sales |<militarysales@amerex-fire.com>" "Catalog Request |<catalogrequest@amerex-fire.com>" "Fire Extinguisher Emergency |<emergency@amerex-fire.com>" "Special Hazards |<specialhazards@amerex-fire.com>" "Technical Information |<technicalinfo@amerex-fire.com>" "Quality Assurance |<quality@amerex-fire.com>" "MSDS Information |<msdsinfo@amerex-fire.com>" "Human Resources |<resources@amerex-fire.com>" "Website Issues |<jflayhart@infomedia.com>"]</label>
  5.  
  6. <label>Your Email Address *<br />
  7. [email* email class:text]</label>
  8.  
  9. <label class="subject">Subject *<br />
  10. [text* subject class:text]</label>
  11.  
  12. <label>Company/Name *<br />
  13. [text* company class:text]</label>
  14.  
  15. <label>Address<br />
  16. [text address class:text]</label>
  17.  
  18. <label>City<br />
  19. [text city class:text]</label>
  20.  
  21. <label class="state">State<br />
  22. [select state include_blank "Alabama" "Alaska" "Arizona" "Arkansas" "California" "Colorado" "Connecticut" "Delaware" "Florida" "Georgia" "Hawaii" "Idaho" "Illinois" "Indiana" "Iowa" "Kansas" "Kentucky" "Louisiana" "Maine" "Maryland" "Massachusetts" "Michigan" "Minnesota" "Mississippi" "Missouri" "Montana" "Nebraska" "Nevada" "New Hampshire" "New Jersey" "New Mexico" "New York" "North Carolina" "North Dakota" "Ohio" "Oklahoma" "Oregon" "Pennsylvania" "Rhode Island" "South Carolina" "South Dakota" "Tennessee" "Texas" "Utah" "Vermont" "Virginia" "Washington" "West Virginia" "Wisconsin" "Wyoming"]</label>
  23.  
  24. <label>Zip<br />
  25. [text zip class:text]</label>
  26.  
  27. <label>Phone<br />
  28. [text phone class:text]</label>
  29.  
  30. <label class="message">Your Message *<br />
  31. [textarea* message]</label>
  32.  
  33. </fieldset>
  34.  
  35. [captchac captcha-230 size:l]
  36. Please enter the characters you see in the image above:
  37. [captchar captcha-230]
  38.  
  39. <div class="buttons">[submit class:submit "Send"]</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement