Linking a parents profile to a child's profile.

I am trying to create a social platform for children to connect with their friends that has a lot of feedback and monitoring to goes directly to their parents. Ideally, I would like for a parent to create a profile and then create a sub-profiles for each child so that they have their own customized page. Whenever a child logs in it would send an email to the parent notifying which page they had entered.
I understand how to create the member’s area and keep each page private, I am just unsure if I can link one account to another. So that the parent account is notified when something happens in the child’s account.

Thoughts?

Hey!

You would have to look into creating your own members area so you have more control over the functionality:

https://support.wix.com/en/article/corvid-tutorial-building-your-own-members-area

In this article it is demonstrated how to create a member profile page for each of the registered users of your site.
Sections that could be helpful for you are ‘Profile Page’ and ‘Log in’

On log in you can set up coding logic to notify parents .

Although this article uses a form submission for demonstration purposes, you can send an email from anywhere in your code.

Thank you so much for the help. The article on sending a triggered email is great.