Support Forum

 
You must be logged in to post
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Users to view only their forms

Information/How to
UserPost

10:17 am
September 20, 2010


Bofy

1

Hi!

Very useful plugin!

I want to give my website users the possibility to create surveys and see the results on their own profile admin page or to receive results on their own email address.

Is there a way to make each user of my WP website to be able to view and edit only their own survey forms?

Thanks!

6:13 pm
September 20, 2010


Steph

2

This is built-in if you can do it from the front-end instead of from the admin, and if your users are logged in when they submit. Would it work to add a page on the front for your users to see their submissions? If so, you can create a custom display and add a "where" option for the user id field to be equal to "current user".

To allow users to edit their entries, take a look at this page in the user manual:

http://formidablepro.com/user-…..s-entries/

On some sites, I've added the links to edit the entry into the custom display instead of using a separate list if that's a better solution for you. To do this, you'll have to copy the link to the page where users are filling out the form, and add on ?action=edit&entry=[key]. You can see an example of this here.

Information/How to