Anyway to make form entry = public and view data = private

Anyway to make form entry = public and view data = private

Sorry if this is stated somewhere and I didn't read it - but is there a way to make the form entry accessible by the public but make the view side of it with the data private?

I want the public to be able to register themselves on my site but I don't want someone to be able to easily see all the entries and data I have collected.

Thanks for your time!