I'm having a mental block on something, and I'm sure someone will point out the right way to do this, and I'll privately say "oh, of course", but for some reason the coffee and adderal hasn't kicked in yet....
I'm trying to make a member contact form that has a link to a specific person to populate an email table.
I have two tables:
Member - a list of people including status, name, email address etc...
Email - a table that has all the email fields that I use an automation script that takes certain status values "Send" and sends those out and changes the status. I use this script method instead of the pure automation because I have several other scripts that generate emails from templates to send emails out.
We essentially have a wiki page with a page for each users's profile (for example: <Jeff's profile >. I want to have a link that uses id=record_id() of a row on my members table, which ties to an individual. When they hit the link, it pulls up the name, member photo, and some contact fields (person's name, email and text). When a person fills out the form, it adds a row to the Email table with the particulars and a status of "Queued". At that point, I can modify my script to process the contact form and send the email.
My initial thought was to add a record-field to "email" from the "Members" table and use a record picker to handle it, but that would require a contact to add the item manually, and I just one one form with them able to submit their request. I also thought I need to create an "Email" row for every member, and it be an edit form, but that gets compiclated if a member gets 2 or more people contacting them. Maybe I need to create a 3rd record, say "Contact" to support this? But if so, I'd need to have a way for the form to pull in the name and photo...
Please remind me what I'm missing, 🙂
Thanks
Jeff