Hello,
I am trying out this module. Would be great to get it working. :)
I have a select item in my webform where you can choose number of days of rental. The variable is called "%antal_dagar" (Swedish). The choices are:
1
2
3
4
5
6-7
8
9
10
If I fill in the form and choose 6-7 and then view the PDF, the %antal_dagar prints as
5, 6-7
If I view the form result in Drupal, the value is 6-7 as it should be.
Strange. What could be the problem here? What can I do to bug hunt?
Comments
Comment #1
Boletus commentedIf I print all the different variations of the %antal_dagar, as below:
%antal_dagar
%antal_dagar-all
%antal_dagar-nl
%antal_dagar-all-nl
The result is as the screen dump:
Comment #2
mr.york commentedI couldn't reproduce the error.
The attached image image shows that the values are correct in my case.
Comment #3
mr.york commented