Hi there,
I would like a GF form to only appear if the user is logged in AND has a certain role or even check for some other condition like (is_my_current_user_check == true). I would like a solution where I do not have to handle it in the page template in case I call the form directly into a lightbox and not embed it in a page.
Can this somehow be achieved with existing hooks and filters???
As a feature request:
A small input box "form_logic", where the conditions can be put in by php would be a very lovely addition. Similar to the "widget logic" plugin.