survey_modal.tpl.php 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <!-- Modal -->
  2. <div class="modal fade"
  3. id="survey-modal"
  4. tabindex="-1"
  5. role="dialog"
  6. aria-hidden="true">
  7. <div class="modal-dialog modal-dialog-centered modal-lg"
  8. role="document">
  9. <div class="modal-content border-0">
  10. <div class="modal-header border-bottom-0">
  11. <h3 class="modal-title font-weight-light w-100 text-center"
  12. id="exampleModalCenterTitle">
  13. We Welcome your Feedback!
  14. </h3>
  15. <button type="button"
  16. class="close"
  17. data-dismiss="modal"
  18. aria-label="Close">
  19. <span aria-hidden="true">&times;</span>
  20. </button>
  21. </div>
  22. <div class="modal-body text-center">
  23. <p class="lead">Help us improve your experience by taking a short survey!</p>
  24. <p>
  25. Click the Give Feedback button to continue.
  26. </p>
  27. </div>
  28. <div class="modal-footer border-top-0 bg-gray rounded-bottom d-flex">
  29. <button type="button"
  30. class="btn btn-secondary mr-auto"
  31. data-dismiss="modal">
  32. Don't show this again
  33. </button>
  34. <a id="give-feedback-btn"
  35. href="https://goo.gl/forms/mbR1pAV6Sba3cgap1"
  36. target="_blank"
  37. class="btn btn-primary ml-auto">
  38. Give Feedback!
  39. </a>
  40. </div>
  41. </div>
  42. </div>
  43. </div>
  44. <a href="#" class="font-weight-light" id="open-survey-modal">
  45. Give Feedback!
  46. </a>