• Hi there, is it possible to hide a column that you have selected to show in settings? I have a requirement to display form entries but only users of a higher role level should be able to see a particular field column or the ‘view/edit’ column.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author fried_eggz

    (@fried_eggz)

    This is not supported as a core feature but can be done using the filter_entries filter and some jQuery.

    Thread Starter finitydesign

    (@finitydesign)

    Hi there, I saw the filter_entries filter but I don’t want to filter out any entries, I want to show all entries but with a column excluded on one page. Is that still possible? Would really appreciate any direction you can offer…

    Cheers

    Plugin Author fried_eggz

    (@fried_eggz)

    You can do this with php and som css.

    Pseudo code

    if(current_user is admin)
        <style>
            .header-name
                display: none;
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Hide/show column per user role’ is closed to new replies.