Hi All,
I'm really hoping you can assist me with this one.
I have a really long form, which I have split into pages. A Subscriber will complete the 1st 2 pages of my form, and then (with a [user_role] shortcode I am conditionally skipping pages for the Subscriber, but I then have an editor user who needs to continue completing the form.
Because the form has many pages, the Editor would like to browse through the pages using the rootline.
However, I do not want the rootline to be vissibke to the subscriber.
Is there a way to conditionally show the rootline?
Thank you in advance for your assistance
Not without custom code. I've done something similar by using the WordPress body_class filter to add the role(s) to the page and then use a few lines of jQuery to hide the element based on that value.
Please login or Register to submit your answer