Hey Michael!
I’m testing out the Booking Stack (again). The email notifications work perfectly now! However, I noticed a bug of sorts- I’m testing out duplicate bookings on the same date and time (to verify that a user can’t book a date/time that’s already booked by someone else). The error message works perfectly and does not allow me to make a duplicate booking. BUT, when I made a duplicate booking (with different credentials- name, email, etc), the proper error message came up but it still sent a booking notification email even though the duplicate booking was never saved. Is it possible to simply not send email notifications for EVERY booking form submission? Even though it’s properly displaying the “existing booking” error for the user, it still sends a booking email for the attempted submission.
Thanks!