Advertisement
Guest User

choices-mc

a guest
Jun 27th, 2017
481
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.64 KB | None | 0 0
  1.     <!-- Begin MailChimp Signup Form -->
  2.     <div id="mc_embed_signup">
  3.     <h2>Mailing List</h2>
  4.  <!-- Begin MailChimp Signup Form -->
  5.  
  6. <form action="http://choices.us1.list-manage.com/subscribe/post?u=7f9892a0a1c9a0f456b6bd94b&amp;id=af2c96b5f0" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate="">
  7.    
  8. <div class="mc-field-group">
  9.     <label for="mce-EMAIL">Email Address*</label>
  10.     <input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" placeholder="ex: j.carberry@brown.edu">
  11. </div>
  12. <div class="mc-field-group">
  13.     <label for="FNAME">First Name*</label>
  14.     <input type="text" value="" name="FNAME" class="required" id="mce-FNAME" placeholder="ex: Josiah">
  15. </div>
  16.  
  17. <div class="accordion">
  18.     <div class="mc-field-group">
  19.         <label for="LNAME">Last Name</label>
  20.         <input type="text" value="" name="LNAME" class="" id="mce-LNAME" placeholder="ex: Carberry">
  21.     </div>
  22.     <div class="mc-address-group">
  23.         <label for="MMERGE3[addr1]">Mailing Address</label>
  24.         <div class="mc-field-group">
  25.             <input type="text" value="" maxlength="70" name="MMERGE3[addr1]" id="mce-MMERGE3-addr1" class="" placeholder="ex: 15 Main St.">
  26.         </div>
  27.         <div class="mc-field-group size1of2">
  28.         <label for="MMERGE3[city]">City</label>
  29.             <input type="text" value="" maxlength="40" name="MMERGE3[city]" id="mce-MMERGE3-city" class="" placeholder="ex: Providence">
  30.         </div>
  31.         <div class="mc-field-group size1of2">
  32.         <label for="MMERGE3[state]">State</label>
  33.             <input type="text" value="" maxlength="20" name="MMERGE3[state]" id="mce-MMERGE3-state" class="" placeholder="ex: RI">
  34.         </div>
  35.         <div class="mc-field-group size1of2">
  36.         <label for="MMERGE3[zip]">Zip Code</label>
  37.                 <input type="text" value="" maxlength="10" name="MMERGE3[zip]" id="mce-MMERGE3-zip" class="" placeholder="ex: 02903">
  38.         </div>
  39.         </div>
  40.    
  41.     <div class="mc-field-group input-group">
  42.         <strong>Would you like us to send you a catalog? </strong>
  43.         <ul><li><input type="checkbox" value="128" name="group[21][128]" id="mce-group[21]-21-0">
  44.         <label for="mce-group[21]-21-0">Yes, please</label></li>
  45.     <li><input type="checkbox" value="256" name="group[21][256]" id="mce-group[21]-21-1">
  46.     <label for="mce-group[21]-21-1">No, thank you</label></li>
  47.     </ul>
  48. </div>
  49. </div>
  50.     <div id="mce-responses" class="clear">
  51.         <div class="response" id="mce-error-response" style="display:none"></div>
  52.         <div class="response" id="mce-success-response" style="display:none"></div>
  53.     </div>  <div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
  54. </form>
  55.  
  56. <!--End mc_embed_signup-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement