Help and Support

For any support inquiries, please reach out to ishan@joinergo.com via email

posthog.identify( 'distinct_id', // Replace 'distinct_id' with your user's unique identifier { email: 'max@hedgehogmail.com', name: 'Max Hedgehog' } // optional: set additional person properties ); window.posthog.capture('button_clicked', { button_name: 'Sign Up', page: 'landing' });