Problem with output of Radio Buttons
-
Hello Florent,
in Version 1.0.3.0 seems to be a Problem with the Output of Radio Buttons. Instead of the chosen value all possible answers are beiing written to the PDF File.
Here is a little excerpt of the contact form:
<div class="column-fourth">Leiden Sie unter Allergien?<strong style="color:red;">*</strong></div>
<div class="column-fourth">[radio allergien use_label_element default:0 "ja" "nein"]</div>
<div class="column-half">Wenn ja welche? [text allergien-typ]</div>
<div class="column-fourth">Nehmen Sie regelm??ig Medikamente?<strong style="color:red;">*</strong></div>
<div class="column-fourth">[radio medikamente use_label_element default:0 "ja" "nein"]</div>
<div class="column-half">Wenn ja welche? [text medikamente-typ]</div>Here is an excerpt of the code that builds the PDF:
Allergien: [allergien]<br>
Allergien-Typ: [allergien-typ]<br>
Medikamente: [medikamente]<br>
Medikamente-Typ: [medikamente-typ]<br>And here you can see what is written in the PDF:
Allergien: ja nein
Allergien-Typ:
Medikamente: ja nein
Medikamente-Typ:After getting back to Version 1.0.2.8 everything is working fine again. The Output in the PDF Files looks now how it should look:
Allergien: ja
Allergien-Typ: Pollen
Medikamente: nein
Medikamente-Typ:Could you please investigate that issue?
Regards – Rainer
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.