I have read that if you use a role manager type plugin (IE Justins) you can open up lower level user access to gravity forms - I was wondering if you could let me know what the capabilities are that are required.
I don't like to run too many plugins - and it seems overkill to install this just to open up a capability - I am used to doing stuff like this for minor tasks in a little custom plugin:
$edit_contributor = get_role('editor');
$edit_contributor->add_cap('switch_themes');
If you can let me know what the capabilities are, I can deploy this nice and easy! This info may be useful for other developers too!!
PS - keep up the good work, this plugin ROCKS and I have been recommending it to everyone! I can't wait to see what you guys roll out in the future.