Hello everybody from Berlin,
I have a form with a drop-down menu where the user can choose between different Hotels.
Is there a way to send an e-mail to the selected hotel?
The easyest solution is to create a single form for every hotel probably...just asking before to spent a week writing a hundred forms 😑
thanks in advance for any advices
I have a form with a drop-down menu where the user can choose between different Hotels.
Is there a way to send an e-mail to the selected hotel?
The easyest solution is to create a single form for every hotel probably...just asking before to spent a week writing a hundred forms 😑
thanks in advance for any advices
Hi dgaofee,
You can add a hotel id to the url in the menu (use an External menu type) then look up the hotel email in a table and send the email with a Dynamic To. There's more in one of the FAQs #36 I think.
Bob
You can add a hotel id to the url in the menu (use an External menu type) then look up the hotel email in a table and send the email with a Dynamic To. There's more in one of the FAQs #36 I think.
Bob
Thanks Bob,
Can I do this with Chrono Connectivity?
otherwise I didn't understand anything 😑
then look up the hotel email in a table and send the email with a Dynamic To
Can I do this with Chrono Connectivity?
otherwise I didn't understand anything 😑
Hi dagofee,
No, just add a DB query in your Form HTML - assuming that you have the hotel id and email stored in a database table.
Bob
No, just add a DB query in your Form HTML - assuming that you have the hotel id and email stored in a database table.
Bob
This topic is locked and no more replies can be posted.