Tell us what you are trying to do?
I'm trying to create an "Edit Profile" section for users on my site, however my user data works a little differently. Similarly to how it is described in this thread:
https://toolset.com/forums/topic/custom-search-for-users-view/
the users are bonded to a custom post type called 'members' where the information they enter during the sign up process fills out the custom fields of their linked 'member' custom post. This way, all the user data can be searched using a view and displays their contact information etc.
The majority of the user data however is empty, whereas all of the main data is in their corresponding 'member' post, which also links to the user in a custom field "associated user".
I'd like to be able to make it so in the "edit my profile" section, the user can edit their details from their corresponding 'member' post, rather than editing their user data (as there isn't any to edit anyways). However, in following the guide for creating a profile editing section, i can only create a user form or a post form. The user form doesn't contain the data that i need to link it to, however it works correctly in that it displays the data linked to the logged-in user. The post form contains all the data from the custom post type, however it doesn't "correspond" to a user and therefore can't be edited/doesn't work. Is there a way around this so that i can make something like this work?
Is there any documentation that you are following?
https://toolset.com/forums/topic/custom-search-for-users-view/
https://toolset.com/course-lesson/using-forms-to-create-an-edit-your-profile-page/
https://toolset.com/course-lesson/creating-a-my-account-page/
Is there a similar example that we can see?
The old website (before i started re-styling) does do this, and works correctly, however i had to remove the theme in order to overhaul the design, and all the old code is built-in to the old theme. It also doesn't use Toolset, however if needed I can show the section or the relevant code if it helps, just let me know.
What is the link to your site?
Currently locally hosted.