I'm using ninja forms and want the site visitor to only see the form once. This doesn't seem to be a function of Ninja Forms it self.
Not knowing too much... Can I add some code that will use cookies and determine whether or not a visitor has already seen the form, and if so hide it the second time?
Even better yet replace the form with message in it's place. Something like "Sorry only one submission per person"
I did see something about "localStorage" in my research.
I also see this post but don't really understand how or if I can use it for my needs Set cookie and get cookie with JavaScript