==== 🔹 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? ==== - **Create an invitation entry** in `invitations`. - **Define email fields** in `invitationfields`. - **Store pre-defined values** in `invitationfieldtypevalues`. - **Set up email content** in `fw_invemailsettings`. - **Configure reminder settings** in `fw_invremindersettings`.