I'm trying to self-educate so I can have a more informed conversation for a WP site development spec I'm trying to create. Grateful for any answers to what I would like to accomplish.
I want to create a way for visitors to my Wordpress site to fill out contact information, which includes personal information, and for that information to be automatically captured and placed on a unique and complex URL that can be accessed by a web browser but that is highly unlikely to be discovered. I am not sure how to do this using Wordpress' permalink structure and frankly don't understand enough about Wordpress and PHP to formulate a solution to my situation.
Here's a example. Assume my new visitor is Fred Jones. Fred Jones visits mycoolnewwpsite.com and fills out a standard contact form with his name, email, favorite song, whatever. I would like Fred's information to be automatically placed into a separate page (possibly not a Wordpress page) and created under a very difficult-to-guess/hack URL. So I don't want a URL like www.mycoolwpsite.com/users/fredjones. I actually want something more like mycoolwpsite.com/z34,90)2#1lqpe~3.
Basically a URL that would be next to impossible for someone to guess or even want to hack. But I do want the information to be available for quick access by a web browser if in fact I knew that specific URL.
I'm trying to figure out whether I can use some sort of custom permalink structure in Wordpress or whether there is some better solution to this. The important thing is that I cannot use the standard log in for users that Wordpress has, but I also need to protect the data users are providing using a complex/randomly generated URL path.
Many thanks for any light you can shed!