How to hide column from the Table
Vako - January 26, 2009 - 01:36
| Project: | webform report |
| Version: | 6.x-1.8 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I created a Submission form with Webforms and want users to be able to see the list of people who have submitted the form.
However, I want to hide some of the columns, like email and phone# from the list. Is there a way to do so?
I am referring to the Results available at: /webform-results/table.
I find this to be a security issue, since revealing emails and phone#s is critical and we should be able to hide them from the Results table.

#1
OK, let me put it in a different way:
If we have a table with columns: Name Address Phone# Email
and we want to hide Phone# and Email columns from anonymous visitors, how can it be done?
Hope someone will be able to give me a sample code to accomplish this.