Advertisement
zach-bowers

Ell Content Block - before

Jul 10th, 2015
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. <div class="newsletter-signup-widget">
  2. <div class="pad">
  3. <div class="signup-content">
  4. Farm and gardening tips, animal happenings, real food recipes, giveaways, and DIY awesomeness delivered right to your inbox!
  5. </div>
  6. <form class="signup-form" action="//theelliotthomestead.us6.list-manage.com/subscribe/post?u=1efa6aa4d2672d5cf1813f5dc&amp;id=88cb99fbd5" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
  7. <input type="text" class="input-text name" name="FNAME" placeholder="First Name">
  8. <input type="email" class="input-text email" name="EMAIL" placeholder="Email" required>
  9. <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
  10. <div style="position: absolute; left: -5000px;"><input type="text" name="b_1efa6aa4d2672d5cf1813f5dc_88cb99fbd5" tabindex="-1" value=""></div>
  11. <input type="submit" class="submit" name="subscribe" value="Sign Me Up!">
  12. </form>
  13. </div>
  14. </div>
  15.  
  16. /* After */
  17.  
  18. <div class="newsletter-signup-widget">
  19. <div class="pad">
  20. <div class="signup-content">
  21. Farm and gardening tips, animal happenings, real food recipes, giveaways, and DIY awesomeness delivered right to your inbox!
  22. </div>
  23. [gravityform id="2" title="false" description="false"]
  24. </div>
  25. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement