Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor David Cramer

    (@desertsnowman)

    Hi there,

    This is a feature that has been requested a few times and is in the works for for an upcoming update.

    Are you looking to have editors create and use forms or just view entries?

    Thread Starter jojaba

    (@jojaba)

    Yes, create and use.
    Thanks.

    Thread Starter jojaba

    (@jojaba)

    Hi again.

    In my current project I use your plugin. I would like now to be able to give the editors privilege to create forms. Is there a way to get it to work by adding some code into the functions.php file of my theme ?
    Could it be something like that (right_cap and right_caldera_forms_action are placeholders) ? :

    function editor_can_create_forms() {
        $user = wp_get_current_user();
        if (in_array('editor', $user->roles) {
            $user->add_cap( 'right_cap');
        }
    }
    add_action( 'right_caldera_forms_action', 'editor_can_create_forms', 10 );

    Thanks in advance

    Hi,
    Is it already possible for editor/author to create forms? It would be helpful.

    Thanks 🙂

    Hello, does anyone know if it is possible to set author / editor permissions to see entries? I am using multiple forms throughout my site and each specific form contains information relevant to different users with author level, so it would be handy to set the right permissions so a specific author can see / edit a specific form…

    Regards!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Caldera forms for editors ?’ is closed to new replies.