Skip to content

Latest commit

 

History

History
81 lines (77 loc) · 3.03 KB

contact.md

File metadata and controls

81 lines (77 loc) · 3.03 KB
title layout dependencies scripts
Contact Us
page
src
assets/custom/js/contact.js
Name
Email
Recipient
Select One Membership Events Ordeal Brotherhood Service Unit Elections Communications / Other
@UnamiLodge.org
Select Recipient

Select a recipient to learn how that committee may be able to help you!

Message <textarea class="form-control" name="message" id="contactform-message" rows="12" required></textarea>
Send

For more options, a complete list of Unami Lodge Leadership is available on our Contact List Page.

<script type="text/javascript"> recipients = [ {% for committee in site.data.committees -%} { "name": "{{committee.committee-name}}", "email": "{{committee.email}}", "description": "{{committee.responsibilities | capitalize}}" } {%- unless forloop.last -%},{% endunless %} {% endfor -%} ]; </script>