Viewing profile pages

Where do you have the option to view someone’s profile? I am looking at the page right now but cant see where the person would click to see the other persons profile. I do see other peoples posted information. So that is good :slight_smile:

Do you want to click on the persons name to view their profile? Or have a popup? Or send them to another page? Or what would you like to do?

whole thing im trying to do is
person 1 posts job, person 2 applies for job, when person 1 can see who is applying to the job, i have a button set to view person 2’s profile. its in the my applicants “page” but when i click into it, it wont view the profile of person 2

You’re trying to send the “current page user” as the data object to the profile page. You need to send the data of the applicant, not the current page user.

1 Like

how do i do that?

Well, honestly, I’d structure your repeating group entirely different. Your repeating group is looking for a data type of “job,” rather than user. I’m guessing each applicant is a user, and that’s really what you’re looking to show.

Ideally, you’d be able to reference “Current Cell’s Applicant” when you send the data to the new page. That’s where I’d start.

1 Like

the issue is i have applicants in the job data


so it could pull over the application from here and show that someone applied for a job i posted
does this mean id have to make changes to the whole setup or would having applicants in user make the changes?

Is the page you’ve put together all the applicants for one specific job? It looks like it’s showing all the applicants for any job the current user has put together.

any job the current user posts. like if its a part time, full time etc…

This topic was automatically closed after 70 days. New replies are no longer allowed.