Add Invitee field while booking
Brought to you by:
jberanek
I believe, this is missing feature. While booking meeting, a mail is sent to the room administrator. However, no mail is sent to invitees as there is no field. Is it possible to add invitee field so that we can mention email ids of all the invited people in the conference room? This way a mail can be sent to all invitees that a particular conference room is booked for the meeting.
Just add a new column to the entry and repeat tables called "email" or whatever. MRBS will automatically pick this up and add it to the booking form.
No, it has changed slightly in MRBS 1.4.11. You need to modify the function create_addresses() in functions_mail.inc. At line 809 add the line
$to[] = $data['your_field_name']; // change the key to match your field name