After creating a new view, the field label is shown with the values, even if the field label is hidden.
To replicate, install latest Beta 16 Webform, then add a view with any format.

Not sure if this is a webform related bug or views integration bug. Can someone verify this?

CommentFileSizeAuthor
#4 field_labels_visible-2901759-4.patch2.23 KBjrockowitz
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

omdb created an issue. See original summary.

jrockowitz’s picture

I can verify that this issue exists.

panhead490’s picture

I'm using dev on webform dev & webform_views and have this same issue FWIW.

jrockowitz’s picture

Status: Active » Needs review
FileSize
2.23 KB
panhead490’s picture

Patch (#4) is working great and applied cleanly to current dev. Thanks @jrockowitz!

MaxMendez’s picture

The patch #4 works perfectly.

CatherineOmega’s picture

Yup, patch #4 applies cleanly and does exactly what is needed.

Jorge Navarro’s picture

Status: Needs review » Reviewed & tested by the community

  • jrockowitz authored 5d2b725 on 8.x-5.x
    Issue #2901759 by jrockowitz: Field labels visible even if hidden (with...
jrockowitz’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

mudassar774’s picture

Hi,

This fix is not a part of 8.x-5.0-alpha2 and still in DEV. Needs a new version.

I face this issue only when exported the data as csv file and field label prefixed to each value.

Thanks

jrockowitz’s picture

This module is not actively maintained. I am too busy working on the core Webform module.

You should just create a new ticket because I think your issue is specific to CSV exports.

mudassar774’s picture

Well this patch fix my issue too

bucefal91’s picture

Thank you, Jacob! I also confirm it works and along the way your approach to rendering is leaner - less html markup is produced.