Contact

Stay connected

Contact Tibbee Enterprise Development LLC

Share records or memories for the documentary, propose a partnership, or ask about programs and rentals. We’d love to hear from you.

Contact us

Fill out the form below and we’ll open your email app with a message addressed to corky@tibbeeedllc.com—just press send.

Your name
Your email
Phone (optional)
How can we help? General inquiry Documentary & oral history Partnership or donation Programs & rentals Products & services Other
Subject
Message

Prefer to write us directly? Email corky@tibbeeedllc.com.

(function () { var TO = “corky@tibbeeedllc.com”; var f = document.getElementById(“contactForm”); if (!f) return; var topic = document.getElementById(“cTopic”); var subject = document.getElementById(“cSubject”); var note = document.getElementById(“contactFormNote”); if (topic && subject) { topic.addEventListener(“change”, function () { var label = topic.value || “General inquiry”; subject.value = label + ” — tibbeeedllc.com”; }); } f.addEventListener(“submit”, function (e) { e.preventDefault(); var name = (document.getElementById(“cName”).value || “”).trim(); var email = (document.getElementById(“cEmail”).value || “”).trim(); var phone = (document.getElementById(“cPhone”).value || “”).trim(); var topicValue = topic ? topic.value : “General inquiry”; var subjectValue = (subject.value || “Contact from tibbeeedllc.com”).trim(); var message = (document.getElementById(“cMessage”).value || “”).trim(); if (!name || !email || !message) { if (note) note.textContent = “Please fill in your name, email, and message.”; return; } var body = “Name: ” + name + “\r\n” + “Email: ” + email + “\r\n” + (phone ? “Phone: ” + phone + “\r\n” : “”) + “Topic: ” + topicValue + “\r\n\r\n” + message; if (note) { note.textContent = “Opening your email app to send to ” + TO + “…”; } window.location.href = “mailto:” + TO + “?subject=” + encodeURIComponent(subjectValue) + “&body=” + encodeURIComponent(body); }); })();