Table of Contents

🔹 Tables to Fill Next (Sidebar → Invitations Section)

Table Name Purpose
`invitations` Stores invitation details (who is invited).
`invitationfields` Defines fields used in invitation emails.
`invitationfieldtypevalues` Stores predefined values for invitation fields.

🔹 Tables to Fill Next (Sidebar → Invitation Settings Section)

Table Name Purpose
`fw_invemailsettings` Stores email templates for invitations.
`fw_invremindersettings` Defines reminder settings for follow-ups.

🛠 How to Fill These Tables?

  1. Create an invitation entry in `invitations`.
  2. Define email fields in `invitationfields`.
  3. Store pre-defined values in `invitationfieldtypevalues`.
  4. Set up email content in `fw_invemailsettings`.
  5. Configure reminder settings in `fw_invremindersettings`.