Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jupitercow

    (@jcow)

    That looks correct. Did you get this fixed?

    Plugin Author Jupitercow

    (@jcow)

    do_action('gform_update_post/setup_form');
    if ( current_user_can('manage_options') ) : // Admin
         gravity_form(1);
    elseif ( current_user_can(/*another capability*/) ) : // Next role
         gravity_form(2);
    endif;

    etc.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Instructions un-clear.’ is closed to new replies.