···3333 }
3434 else {
3535 error.value = `Invitation Not Found.<br /><br />The invite code <strong><code>${invite_code.value}</code></strong> does not exist. Double check and make sure the spelling is correct.<br /><br />If you don't know your invite code, reach out to us directly or email us at <a style="text-decoration: underline" href="mailto:${email.value}?subject=[Contact] RSVP Help">${email.value}</a>.`;
3636+ useTrackEvent('RSVP Not Found', { props: { code: invite_code.value } });
3637 }
3738 }
3839 }