Hi,

I have posted this in the Webform Bonus pack queue as well - http://drupal.org/node/1329920 but I don't know whether the cause is Webform Bonus or Webform Conditional.

Webform Conditional fields get sent through to the email correctly. However, they do not show up when using the "Summary" feature of the Webform Bonus Pack module. This summary feature works fine for "standard" conditional fields but does not show conditional fields referring to conditions on the same page.

One suggested fix from the Webform Bonus Pack queue was:

Change line 49 in the file webform_conditional.js

 if(formItemWrapper.length > 0){
                    formItemWrapper.css("display", "none");

By

      if(formItemWrapper.length > 0){
                    formItemWrapper.css("display", "block");

But this didn't work for me.

I have the following installed:
Webform 6.x-3.18
Webform Bonus Pack 6.x-3.x-dev
Webform Conditional 6.x-1.1
Webform Validation 6.x-1.5

Any ideas?

Comments

lejon’s picture

This was an error on my part. The fields were part of a conditional Fieldset and therefore to get them to show on the summary page I had to select the parent Fieldset to show on the summary page too.

tedbow’s picture

Status: Active » Closed (works as designed)

Thank you for updating the status