Support » Plugin: Contact Form DB » Hide Some Columns in Admin -> Contact Form DB submissions

Viewing 1 replies (of 1 total)
  • I’ve seen it mentioned a few times that this isn’t easy to do, although you can use the short code functions to output tailored views of the content.

    You can cheat it with CSS though, all the table cells have names attached that you can target. So this will work…

    th[title=Submitted],
    td[title=Submitted] {
    display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Hide Some Columns in Admin -> Contact Form DB submissions’ is closed to new replies.