is there a way to make a form submission available only for registered users?
is there a way to make a form submission available only for registered users?
Forms are embedded on a page or post, so you would need to make the page or post only accessible to registered users and then the form would only be accessible by registered users.
The forms themselves are not accessible unless you put them on an existing page or post, so the access control will occur on that page or post rather than on the form itself.
thank you for your quick response. i`ve managed to solve the problem with a permission plugin.