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?

CommentFileSizeAuthor
#2 antal_dagar_test.jpg118.64 KBmr.york
#1 dump3.png5.88 KBBoletus
dump2.png35.35 KBBoletus

Comments

Boletus’s picture

StatusFileSize
new5.88 KB

If 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:

mr.york’s picture

StatusFileSize
new118.64 KB

I couldn't reproduce the error.
The attached image image shows that the values are correct in my case.

mr.york’s picture

Status: Active » Closed (cannot reproduce)