Workplace
HEY FRIEND,
Drop us a line
Select the appropriate form based on the subject of your inquiry: Workplace, Design, General, or Events.
4300 Broadway
Oakland CA, 94611
(510) 671-1671
hello@justfare.co
Please follow the link below to fill out our Workplace inquiry form and one of our teammates will be in touch shortly.
DESIGN
HEY FRIEND,
Drop us a line
Select the appropriate form based on the subject of your inquiry: Workplace, Design, General, or Events.
4300 Broadway
Oakland CA, 94611
(510) 671-1671
hello@justfare.co
Please follow the link below to fill out our Design inquiry form and one of our teammates will be in touch shortly.
GENERAL
HEY FRIEND,
Drop us a line
Select the appropriate form based on the subject of your inquiry: Workplace, Events, Design, or General.
4300 Broadway
Oakland CA, 94611
(510) 671-1671
hello@justfare.co
document.addEventListener('DOMContentLoaded', function () {
// Listen for the "form_submit" event
window.addEventListener('form_submit', function () {
// Check if the "Thank you!" message is displayed (adjust selector if needed)
var thankYouMessage = document.querySelector('.thank-you-message'); // Adjust to the correct selector for the "Thank you!" message
// If the "Thank you!" message is visible and contains the text
if (thankYouMessage && thankYouMessage.textContent.includes('Thank you!')) {
// Push the message into the data layer
window.dataLayer = window.dataLayer || [];
window.dataLayer.push({
event: 'contact_form_submission', // Custom event name for tracking
thank_you_message: 'Thank you!' // The message to send to the data layer
});
}
});
});