Contact form for each email from CMS on dynamic pages

Hi.

So I am creating a simple web page for property advertisement. I ad all info on page, properties, houses, etc, each having owner info.
I want to keep owner details like email hidden, but site visitors need a way to communicate with landlords. So a input form is needed where visitor leaves a message that will go to landlord’s email, but no need for that message to go to web admin (mine) email.
So a visitor interested in visiting or renting a property contacts house owner without page revealing email info.

Here is a test site I am working on:

And here is a sort of contact form I want to make:

As you can see, visitor uses that form to book an apartment within a certain period, email goes straight to landlord, who can respond from his own email, without being my page member/editor.

Don’t want Wix bookings, as there would be a lot of properties each with its own agent info.

1 Like

As far as I know there is no out of the box solution for this, you’ll have to have the agent’s id as part of the dataset, then use triggered emails to send the info to that id.

Requires custom code and it’s a bit complex because triggered emails are easy to do for the person submitting the form but not to site members and in your case the landlord isn’t a site member you just want it to be sent to the landlord’s email. I had someone code something similar and it required backend and front end coding.