Contact

We would love to get into contact with you! Just put in your name, a message and your email address and we will get right back to you! You can also email a specific staff member here if you'd like to make sure the message gets directly to them! If you don't know who to email, just leave it blank!

Contact Form


    <label for="email" class="basis-full">Your Email <span class='inline-block text-[#f39] text-sm align-sub'>* required</span></label>
    <input type="email" id="email" name="email"
           placeholder="bob@frank.xyz"
           class="basis-full form-input bg-gray-500 text-gray-50 placeholder-gray-300 focus:ring-2 focus:ring-blue-500 focus:ring-offset-2 focus:ring-offset-transparent m-2 p-3 rounded-lg hover:bg-gray-600 checked:text-gray-500">

    <label for="staff" class="basis-full mt-4">Would you like to email a specific staff member? <span class='inline-block text-[#f39] text-sm align-sub'>leave on "any" if you don't need someone specific.</span></label>
    <select id="staff" name="staff" class="mb-4 flex-auto form-select bg-gray-500 text-gray-50 placeholder-gray-300 focus:ring-2 focus:ring-blue-500 focus:ring-offset-2 focus:ring-offset-transparent m-2 p-3 rounded-lg hover:bg-gray-600 checked:text-gray-500">
        <option value="tfc@tfcconnection.org">Any</option>
        <option value="ethan@tfcconnection.org">Ethan Rose</option>
        <option value="lavonne@tfcconnection.org">Lavonne Ponstein</option>
        <option value="brian@tfcconnection.org">Brian Fischer</option>
        <option value="janice@tfcconnection.org">Janice Lundquist</option>
        <option value="april@tfcconnection.org">April Teves</option>
        <option value="chris@tfcconnection.org">Chris Cochrun</option>
        <option value="rob@tfcconnection.org">Rob Lewis</option>
        <option value="lewis@tfcconnection.org">Lewis Smith</option>
        <option value="billy@tfcconnection.org">Billy Cayou</option>
        <option value="dani@tfcconnection.org">Dani Rouse</option>
    </select>

    <label for="message" class="basis-full mt-4">Message <span class='inline-block text-[#f39] text-sm align-sub'>* required</span></label>
    <textarea type="message" id="message" name="message"
              class="basis-full form-input h-48 bg-gray-500 text-gray-50 placeholder-gray-300 focus:ring-2 focus:ring-blue-500 focus:ring-offset-2 focus:ring-offset-transparent m-2 p-3 rounded-lg hover:bg-gray-600 checked:text-gray-500"></textarea>
    <div class="basis-full w-full mt-8">
        <button type="submit" class="float-right rounded-lg outline-2 text-white bg-blue-600 outline-blue-600 px-4 py-2 text-neutral !no-underline hover:!bg-blue-500 dark:bg-blue-800 dark:hover:!bg-blue-700 cursor-pointer"><i>Submit</i></button>
    </div>

    <div id="warning-email" class="basis-full mt-10 flex px-4 py-3 rounded-lg bg-[#ef4444] dark:bg-[#ef4444]">
        <span class="text-[#fca5a5] ltr:pr-3 rtl:pl-3 content-right float-right">
            Make sure you have included an email so we can contact you.
        </span>
    </div>

</form>