I’m working on a newsletter site for my wife’s High School Choir classes. The newsletters have to be secured behind the students’ official email address, so I have imported the students and their official contact person to collections. Now I need to create member records for each student and contact. If I could specify the ID of the new member record when calling register() then this would be simple, but instead I will have to capture the id and update the student/contact record with the member id. Alternatively, if I could query the members by email address then that would similarly solve the issue and prevent an unnecessary field and write operation for each member. Am I overlooking something in the docs about how to query members by email?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Create new member from existing contact | 2 | 247 | March 19, 2023 | |
Displaying member specific data - querying database by email instead of "ID" or "owner" | 2 | 451 | October 3, 2018 | |
Conect member page with database using the E-mail of the user | 2 | 146 | October 24, 2018 | |
Autofilling a form without membership - using contact info | 4 | 58 | May 16, 2024 | |
Acess the members list by code | 2 | 141 | September 13, 2018 |