You need to sign in to do that
Don't have an account?

same page, different sites: loading different components
Hello,
I'd like to use the very same page in different sites, loading different components based on specific criteria, eg. the custom web address.
Example:
Component 'Xdetails', containing contact details in country 'XX'
Component 'Ydetails', containing contact details in country 'YY'
Page 'Contacts'
2 sites, domain.xx and domain.yy
When visitors call the page 'Contacts' at domain.xx, they get the component 'Xdetails'
When visitors call the page 'Contacts' at domain.yy, they get the component 'Ydetails'
How can I achieve that?
Thanks