page-form.php 1.3 KB

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