Create a organisation frontpage for every new member

Hi! I am having some trouble creating a function in my app.

My app is a platform for organizations, in way to simplify what it does, bosses create an account that can add its organization personnel, members, events etc…

So, what I am trying to achieve is, when a new boss creates an account, a frontend page should be created in order for it’s members to send the membership application, etc…

  1. The user creates an account for the organization Acme Corporation.
  2. An Acme Corporation (frontend page) is created for the organization.

How can I achieve this in the best possible way?

Hi @rafael.cunha !
You should create a new page and set it’s “thing” to the Company thing:

Then, when you create a new company you can use the result of the creation step to get a link to that company’s page:

Hope this helped, if you need further help please say so if my answer helped remember to leave a thanks :upside_down_face: