{"content":"<div class=\"volunteer-contact-form\">\n  <div id=\"send_us_email_msg\" class=\"volunteer-contact-form__message\" role=\"status\" aria-live=\"polite\"></div>\n\n  <form method=\"post\" id=\"send_us_email_form\" name=\"send_us_email_form\" class=\"form-horizontal form\" action=\"https://usja.net/send_us_email\" enctype=\"multipart/form-data\">\n    <div class=\"form-group\">\n      <label class=\"control-label\" for=\"name\">Name <span aria-hidden=\"true\">*</span></label>\n      <div class=\"input-wrap\">\n        <input type=\"text\" name=\"name\" id=\"name\" class=\"form-control\" placeholder=\"Your name\" />\n        <span class=\"icon\">\n            <img src=\"https://usja.net/static/images/icon-user.svg\" alt=\"\" width=\"24\" height=\"24\" />\n        </span>\n      </div>\n    </div>\n\n    <div class=\"form-group\">\n      <label class=\"control-label\" for=\"email\">Email <span aria-hidden=\"true\">*</span></label>\n      <div class=\"input-wrap\">\n        <input type=\"email\" name=\"email\" id=\"email\" class=\"form-control\" placeholder=\"Your email address\" />\n        <span class=\"icon\">\n            <img src=\"https://usja.net/static/images/icon-mail-dark.svg\" alt=\"\" width=\"24\" height=\"24\" />\n        </span>\n      </div>\n    </div>\n\n    <div class=\"form-group\">\n      <label class=\"control-label\" for=\"subject\">Subject <span aria-hidden=\"true\">*</span></label>\n      <div class=\"input-wrap\">\n        <input type=\"text\" name=\"subject\" id=\"subject\" class=\"form-control\" placeholder=\"Subject of your enquiry\" />\n        <span class=\"icon\">\n            <img src=\"https://usja.net/static/images/icon-notebook.svg\" alt=\"\" width=\"24\" height=\"24\" />\n        </span>\n      </div>\n    </div>\n    <div class=\"form-group\">\n      <label class=\"control-label\" for=\"body\">Message <span aria-hidden=\"true\">*</span></label>\n      <textarea name=\"body\" id=\"body\" rows=\"5\" cols=\"20\" class=\"form-control\" placeholder=\"How would you like to help?\"></textarea>\n    </div>\n    <div class=\"form-group\">\n      <label class=\"form-label\" for=\"attachment\">Attachment <span class=\"volunteer-contact-form__optional\">Optional</span></label>\n      <input type=\"file\" id=\"attachment\" name=\"attachment\" class=\"form-control volunteer-contact-form__file\">\n    </div>\n\n    <div class=\"form-group\"> \n        <button type=\"submit\" id=\"submit\" class=\"btn btn-new btn--blue btn--arrow\">\n            Send\n            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n                <g clip-path=\"url(#clip0_2407_1380)\">\n                <path d=\"M3.75 12H20.25\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n                <path d=\"M13.5 5.25L20.25 12L13.5 18.75\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n                </g>\n                <defs>\n                <clipPath id=\"clip0_2407_1380\">\n                <rect width=\"24\" height=\"24\" fill=\"white\"/>\n                </clipPath>\n                </defs>\n            </svg>                                        \n        </button>\n    </div>\n  </form>\n</div>\n\n<style>\n  #send_us_email_form .error { color: #b62f40; }\n</style>\n\n<script>\n  USJA.Core.initSendUsEmail();\n</script>"}