Individual Page Styling

2
Is it possible to set a single page's style seperate from the rest of my application? What we would like to do is, create a page in our application that can be displayed on our company's website, via deeplink, where users can go and create and update their account in the Mendix application. But the page has to inherit its styling from the website and not the application.
asked
1 answers
2

Normally you create a separate theme (imitate the Company Website's layout) and publish the mendix application with that theme. You can do that by using a separate index.html file just like index-dark.html in the default mendix distribution. Restrict the shown data with roles and rights.

answered