IS IT POSSIBLE TO MAKE 2 MEMBER PROFILE PAGES?

Hello Wix Code! I was wondering if it is possible to code two member profile pages. Currently, I have one of the pages on my site as a profile for members to create their accounts and update as they please, but I want to make another page for members to create a profile page for something different. Basically, I need it so that my site members can have two profile pages each. Is this possible?

1 Like

Hi,

Is there a direct relationship between the two accounts users can create? if so, you can mimic this behaviour by simply adding more fields to your members collection and puling the right information only for pages that require it.

If you can elaborate on what you are trying to acheive we might be able to provide you with more tips.

I want the members on my site to have two profile pages because one page will be their normal “about” page, but the second page will be for the member to submit information. The second page would have a form with a button linked to “submit”. The dataset on the second page would be set to write only because when the member clicks “submit”, the data submitted will be displayed on that member’s dynamic page and the form on the profile page will be ready for more writing. Basically, each member will have two profile pages. One page displays their “about me” and other information, while the second page will have a form with a submit button. This form will be connected to a dynamic page that will display the user’s data. If their is another way to do this, maybe without having to create two profile pages, I’d be happy to learn! Thanks for your help so far!:slightly_smiling_face:

?

Hello pawtalog,

Please check the following article which describes how to create member pages:

(maybe you already did)

Creating a 2nd page as you describe is just a matter of creating yet another dynamic item page with a different URL, so you would have for example:

/members/ - a page for listing all members
/members/{ID}/about - a page for showing the “about” profile page
/members/{ID}/submit-info - a page for submitting information for a specific member

Does this answer your use case ?

Does the “submit-info” need to be a field on my database, or do I just write it? Thanks so much for your help!!!

“submit-info” shouldn’t be a field. It’s just any text you want the URL to have to distinguish it.

Ok, thanks!

Thank you for this post. I have a similar project. I have the separate dynamic page set up but now I need code for a button to open that second member dynamic page. For some reason I can’t seem to find the right url for the onclick action. the first button for example has …profile.id would that mean the second be …profile.id.about this doesn’t not seem to work though. Thanks for any help.

assuming you have set the urls to be:
/profile/{id}
/profile/{id}/about
than, these exactly are the urls but you have to replace {id} with an actual valid id value.

hi guys, ok i want to create an online tutor business , but, I need a student login page and a teacher login page. then the students and teacher need a booking list on their profiles so that the students can book a session with the teacher and the teacher can see when he is booked and for what… how in the name of our good lord do i do that?? from scratch!!!