I have already 100 + Users in the database and they are already registered (with all the informations i need). I don't want the users to enter their data and create another post type because it would mean that i have to store this data in 2 ways and thats not a good solution.
Is there another way to create a view with listed WordPress-user-information and a Frontend-Filter that can be used to search for specific user-fields ?
I made a custom JavaScript function and filtered through my own attributes on the DOM-Elements. With them I am able to set the display-property to "block" or "none".