Events

MrGreen
Fri, August 29, 2025 03:00 PM
You have tried it, you have tasted it, you have felt it.. Now come meet the team behind the scenes,…
confirmation_number $0.00
MrGreen
Thu, October 9, 2025 05:00 PM
Join us for the Pink Fox Lemonade Tasting at MrGreenDC An exclusive event where guests will sample refreshing drinks infused…
confirmation_number $0.00

Get In Touch

4302 Connecticut Ave, NW Washington DC 20008

[email protected]

202-506-5779

Hours

Monday – Sunday: 9 AM – 8 PM

METHODS OF PAYMENT
We accept cash, credit card, Dutchie Pay, Debit Cards, Zelle and Venmo
document.addEventListener('DOMContentLoaded', function () { var form = document.getElementById('event-rsvp-form'); if (!form) return; var submit = document.getElementById('rsvp-submit'); var thankYou = document.getElementById('thank-you-msg'); var upsell = document.getElementById('upsell-products'); form.addEventListener('submit', function (e) { e.preventDefault(); if (submit) submit.disabled = true; // hide form card var card = form.closest('.rsvp-form-container'); if (card) card.style.display = 'none'; // show thank-you + upsell (toggle with style.display in case "hidden" is ignored) if (thankYou) { thankYou.style.display = ''; if (typeof thankYou.focus === 'function') thankYou.focus(); } if (upsell) upsell.style.display = ''; var target = upsell || thankYou; if (target && typeof target.scrollIntoView === 'function') { target.scrollIntoView({ behavior: 'smooth', block: 'start' }); } }); });