Following situation:
I imagined creating different subdomain websites to one main website. Now I would like to record visitor data on a subdomain page and store it on that subdomain page as well. At the same time, I would like to store parts of this data in a database on the main page.
Here’s an example:
The following data is recorded on a subdomain page:
Name xy, date of birth, place of birth.
All this data is stored in a database of the subdomain side. - So far so good -Now I would like to save the date and place of birth in a database on the main page without having to export the data manually. So there should be some kind of API interface between these two pages. Can someone help me there?
And also asked by the way. Is it possible to combine the main site and subdomain site pricing plans into one, so that there is no need for two member menus?