At the moment GF is set up to only allow admin to edit and insert forms but is there a way to change this to editors for example?
At the moment GF is set up to only allow admin to edit and insert forms but is there a way to change this to editors for example?
While there isn't a way to change this using the settings, it is possible to make this change by using one of the available API hooks to make the change. I'll get the sample code together a post it later today.
Hey Lee, our lead programmer has posted how to use the API hooks to accomplish this in another thread. You can view it here:
http://forum.gravityhelp.com/topic/user-levels
The code snippet in question would need to be placed somewhere like your themes function.php file so that it will run when WordPress runs and it will set the access to the appropriate user level.