Open JO3345 opened 4 days ago
Hi!
I'm working on it!
Thanks
Hi!
Please download the GitHub version (again), i just sending a fix.
Thanks
How can I download the GitHub Version again?
Just download and replace all files...
Thank you, I have updated the file "prepare-pdf.php" But now the radio button
Have you a URL form example? Screenshot config form and layout PDF? Thanks
Here is the link to our contact form:
https://www.fhc-sprachreisen.de/termine-preise/anmeldeformular/
Attached is the preview of the PDF.
Below is the code in “send-pdf-for-contact-form-7”. All values are shown in the pdf correctly except of the [radio-kurs].
The value of this button [radio-kurs] is correctly shown in the email and in the cvs file. So the contact form works well and the value of this button is fine.
For any reason it is not shown in the PDF.
It worked in the past and suddenly after an update (more than one year ago) this value was not shown anymore.
<table style="font-size: 12px">
<tbody>
<tr>
<td>Einzelunterkunft:</td>
<td>[radio-einzelunterkunft] </td>
<td valign="middle" style="border: 1px dotted #888" width="130px" rowspan="7">
<img src="[file-bild]" width="130px" style="width: 130px;height: auto">
</td>
</tr>
Hi!
It is strange your input radio: <input type="radio" name="radio-kurs" value="England 05.04.-12.04., 8 Tage, Intensivkurs 1090 EUR">
Perhaps this is due to the value with commas...
Thanks to give me your input radio in your form CF7.
Thanks for the idea to check the values of the radio button. What are the restrictions for the input radio? Maximum characters = ? No special characters like: . - , ; ?
In the year 2020 the input for the radio button was shown correctly in the PDF for example:
So, it worked correctly with the same content (incl. commas aso) of the input value in the year 2020.
What has changed in the meantime?
Below is the actual code of the contact form:
Kursort | Termine 2025 |
Dauer (Tage) |
Standardkurs | Intensivkurs | |
---|---|---|---|---|---|
Folkestone England |
|||||
Ostern 2025 | 05.04.-12.04.25 | 8 | 1.050 EUR[radio radio-kurs "England 05.04.-12.04., 8 Tage, Standardkurs 1050 EUR"] | 1.090 EUR[radio radio-kurs "England 05.04.-12.04., 8 Tage, Intensivkurs 1090 EUR"] | |
05.04.-19.04.25 | 15 | 1.595 EUR[radio radio-kurs "England 05.04.-19.04., 15 Tage, Standardkurs 1595 EUR"] | 1.675 EUR[radio radio-kurs "England 05.04.-19.04., 15 Tage, Intensivkurs 1675 EUR"] |
For 2 years the value of a [Radio-Button] in a contact form is not shown in the PDF. All other values are shown correctly. After the new update of the "Send PDF for Contact Form 7" (1.0.3.0) not the selected value of the [Radio-Button] is shown in the PDF but the first one in the contact form. How can this be solved?