Context:
- I have thousands of dynamic pages. Each dynamic pages belongs to a specific owner.
- there are a form in the dynamic pages. This for will be filled by clients of the specifics owner.
- the form information is saved in a database on Wix. The information saved is: "name", a "songName" and the "dynamicPageId". The database is shared by all the dynamic pages.
- there are an automation on Wix that send the information saved in the database to Zapier.
Objetive:
- I want to send automatically an email to the dynamic page specific owner with the information of the form filled.
Ideas:
- Being a shared database, the only way to know that a form submission is for a specific owner would be to manually configure and link the dynamicPageId with the emails. It's not a problem for me to do that.