arie_cristianD

custom mailchimp form

Jul 29th, 2025
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.64 KB | None | 0 0
  1. <div class="custom-newslater">
  2.     <div class="newslater-item heading">
  3.         <h2>SIgn Up to Our Newslater</h2>
  4.         <p>
  5.             Subscribe to our mailing list to recives daily update to your mailing box
  6.         </p>
  7.     </div>
  8.  
  9.     <div class="newslater-item first-name">
  10.         <label>First Name</label>
  11.         <input type="text" name="FNAME"  placeholder="Your Name"/>
  12.     </div>
  13.  
  14.     <div class="newslater-item email">
  15.         <label for="email">Email address: </label>
  16.         <input type="email" id="email" name="EMAIL" placeholder="Email address" required />
  17.     </div>
  18.     <input type="submit" value="Sign up" />
  19. </div>
Advertisement
Add Comment
Please, Sign In to add comment