Advertisement
developerjustin

Untitled

Apr 14th, 2014
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 2.52 KB | None | 0 0
  1. <fieldset>
  2.     <legend>Receive Your Visitors Guide</legend>
  3.     <fieldset>
  4.         <legend>Contact Details</legend>       
  5.         <p>[text* your-name placeholder "Your Name * "]</p>
  6.         <p>[text your-org placeholder "Organization"]</p>
  7.         <p>[text* your-address1 placeholder "Address 1 * "]</p>
  8.         <p>[text your-address2 placeholder "Address 2 "]</p>
  9.         <p>[text* your-city placeholder "City * "]</p>
  10.         <p>[select* your-state "AL" "AK" "AS" "AZ" "AR" "CA" "CO" "CT" "DE" "DC" "FM" "FL" "GA" "GU" "HI" "ID" "IL" "IN" "IA" "KS" "KY" "LA" "ME" "MH" "MD" "MA" "MI" "MN" "MS" "MO" "MT" "NE" "NV" "NH" "NJ" "NM" "NY" "NC" "ND" "MP" "OH" "OK" "OR" "PW" "PA" "PR" "RI" "SC" "SD" "TN" "TX" "UT" "VT" "VI" "VA" "WA" "WV" "WI" "WY"]</p> 
  11.         <p>[tel* your-phone placeholder "Postal Code * "]</p>
  12.         <p>[email* your-email placeholder "Email * "]</p>
  13.         <p>[date* travel-date]</p>     
  14.     </fieldset>
  15.     <fieldset>
  16.         <legend>More Information Available</legend>    
  17.         <p>[checkbox more-information "Group Tour Planning" "Meeting Planner" "Relocation/Real Estate"]</p>
  18.     </fieldset>
  19.     <fieldset>
  20.         <legend>Which Best Describes You?</legend> 
  21.         <p>[checkbox describe-you "Individual" "Group Tour Planning" "Relocation/Real Estate"]</p>         
  22.     </fieldset>            
  23.     <fieldset>
  24.         <legend>Choose Things That interest You</legend>       
  25.         <fieldset>
  26.             <legend>Lodging</legend>       
  27.             <p>[checkbox your-interests "Individual" "Group Tour Planning" "Relocation/Real Estate"]</p>                       
  28.         </fieldset>
  29.         <fieldset>
  30.             <legend>Attractions</legend>
  31.             <p>[checkbox attractions "State Park" "Coal Mining" "Historic Sites" "Train Excursions " "Theatre" "New River Gorge" "Fairs & Festivals" "Dining " "Shopping"]</p>
  32.         </fieldset>            
  33.         <fieldset>
  34.             <legend>Recreation</legend>    
  35.             <p>[checkbox recreation "Rafting" "Skiing " "Golf" "Hiking" "Rock Climbing" "Hunting/Fishing" "Horseback Riding" "Caving" "Kayaking/Canoe" "Biking" "ATV Trails" "Motorcycle Touring"]</p>         
  36.         </fieldset>    
  37.     </fieldset>
  38.     <p>[select referral "Internet Search" "Radio" "Television" "Washington Post" "Reader's Digest" "Woman's Day" "WV State Guide" "Let's Golf" "Better Homes and Gardens" "Family Circle" "Good Housekeeping" "OH Long Weekends" "AAA Tour Book" "Ladies Home Journal" "Blue Ridge Country" "Oprah Magazine" "American Motorcyclist" "Guest Quest" "Southern Living" "Girlfriend Getaway" "American Iron" "Redbook" "See Ya There" "Rejuvenate Magazine" "Group Tour Planet" "Destinations Magazine" "Recreation News" "Other"]</p>
  39.     <p>[textarea your-questions Placeholder "Questions, comments..."]</p>
  40. <p>[captchac captcha-550]</p>
  41. <p>[captchar captcha-550]</p>
  42. </fieldset>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement