Give editor capability to create new forms
-
Hi,
To allow “editors” to use Caldera Forms, I used the following code:
add_filter( 'caldera_forms_manage_cap', function( $cap, $context ) { if( 'admin' == $context || 'edit' == $context || 'manage' == $context ) { return 'edit_posts'; } return $cap; }, 10, 2 );They are able to edit and manage forms, but not to create new ones.
From reading to the reply to this post https://wordpress.org/support/topic/give-authors-write-to-use-caldera-forms/, I purchased the Pro plugin to get help in this.
Sadly, the reply I got was that they won’t be helping and that I could hire someone through Codeable. I could’ve done that from the beginning and not buy the Pro version. You should delete that reply on the Support forum so more people won’t be misleading thinking that buying the Pro version of the plugin will help in any way.
Has anyone found a way to fix this who can share it with the rest of us that are struggling with the same problem?
The page I need help with: [log in to see the link]
The topic ‘Give editor capability to create new forms’ is closed to new replies.