Closed (fixed)
Project:
Webform Table Element
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
9 May 2012 at 14:31 UTC
Updated:
4 Jun 2012 at 09:31 UTC
Hi,
unfortunately the table title is not showing when I have a look at the form.
Best,
Tobias
Comments
Comment #1
roball commentedCan confirm this bug. Both the Label and Description of a Table element component are not shown, neither in View, nor in Edit mode.
Comment #2
jelle_sFixed in the latest dev version
Comment #3
roball commentedThanks for fixing it so quickly. Are you sure the change
is correct? I mean theme() inside theme().
Comment #4
jelle_sYes,
Have a look at theme_form_element. It is basically a wrapper function to display the title and description. It takes two parameters: $element and $value
In our case The form element's data is the table with its components
Comment #5
roball commentedExcellent, thank you. Label and Description are now shown on the web page. A small problem is still there, however: the Label is missing in the email being sent on a submission, as part of
%email_values.Comment #6
attiks commentedComment #7
jelle_sI'm sorry I overlooked it, this was indeed an issue when the mail was sent in plain text, fixed in latest dev
Comment #8
roball commentedThank you - can confirm that this now works fine in v6.x-1.4+7-dev (2012-May-17).