page-form.php 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?php /* Template Name: Form */ ?>
  2. <!DOCTYPE html>
  3. <html lang="en-US">
  4. <head>
  5. <meta charset="UTF-8">
  6. <meta name="description" content="David + Ginny">
  7. <title>Wish Us Well | D+G</title>
  8. <?php wp_head(); ?>
  9. </head>
  10. <body>
  11. <div class="container">
  12. <div class="column sixteen">
  13. <div class="page_header">
  14. <h5 class="vibes">&#10087; &nbsp; David A. Windham&nbsp; &amp; &nbsp; Ginny L. Gast &nbsp; &#10087;</h5>
  15. <h5 class="cardo">The Twenty-Seventh Of September, Two Thousand Fourteen</h4><br />
  16. <img src="../wp-content/themes/bml/img/swirl.png" width="100">
  17. </div>
  18. <div id="gform">
  19. <?php gravity_form(1, false, false, false, '', true); ?>
  20. </div>
  21. <div class="secure">
  22. <p class="stripe">Payments processed by <a target="_blank" href="https://stripe.com/us/features#seamless-security">Stripe</a></p>
  23. </div>
  24. </div>
  25. </div>
  26. <?php wp_footer(); ?>
  27. <script>
  28. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  29. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  30. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  31. })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  32. ga('create', 'UA-1906067-35', 'cantbuymelove.org');
  33. ga('send', 'pageview');
  34. </script>
  35. </body>
  36. </html>