Hi Ted,

Thanks for reply. Its working after converting editor to plain text and add values one per line.

I have an issue : Dont know whether related to conditional or pdf

Textfield depending on multiple values of select ( like textfield depending on values of select 1,2,3,8,10).
Hiding and displaying is okay on select from front end.Problem is that it does not write textfield value to email or pdf . Written to pdf only when textfield depending on one value select field but not the multiple .

I think you got the problem. Trying to solve from weeks but no result.

Please post answer for this.

One more problem is keep on getting jquery error while loading form ( saying jquery file is taking too long to load ) what might be the answer for this.

Thanks and Regards,

Nagaraja Kharvi

Comments

shafter’s picture

Category: support » feature
Status: Active » Closed (won't fix)

I'm not sure this is issued to me, but still... Unfortunately, webform2pdf doesn't support conditional rules. This feature would require a major redesign, and we currently doesn't have capacity to do it. Do you mean that the feature indeed works when you select only one option to match with your select, or you haven't tried this case?

perisdr’s picture

I am dealing with a similar problem. I am using Webform Conditional 7.x-1.0-alpha2+3-dev.
My scenario:

I have a radiobox. If the user selects the first value then a conditional select component becomes visible.
If the user doesn't select the first radiobox he doesn't see the select component of course.

In my pdf content I print both components. If the user did not select the first radiobox there should be no value in the select component. Nevertheless in my pdf the key name of my select component gets printed.

Both components, radiobox and select are mandatory. I use full html for the content.
Does this issue need redesign? If the select component does not have any value why does it get printed?
A simple check:
if the value is _none or "" then don't print anything
cannot be added?

perisdr’s picture

Category: feature » support
Status: Closed (won't fix) » Active

From what I understand could it be possible to add a check to function _webform2pdf_filter_values($string, $node, $submission) so that if the value of the select is _none or "" then don't print anything?
Would that be the correct way to go?

mr.york’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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