-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Content of [Radio-Button] not shown in PDF #68
Comments
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 [radio-kurs] is not showing any value in the PDF. All other information is shown in my PDF. I have this problem for more than one year already. |
Have you a URL form example? Screenshot config form and layout PDF? |
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.
<h2>FHC Sprachreisen Anmeldung</h2>
<table style="font-size: 12px">
<tbody>
<tr>
</tr>
<tr>
<td width="200px">Kurs:</td>
<td>[radio-kurs]</td>
</tr>
<tr>
</tr>
<tr>
<td>Unterkunft im Dover College:</td>
<td>[radio-dovercollege]</td>
</tr>
<tr>
<td>Sportcamps:</td>
<td>[checkbox-golfcamp]</td>
</tr>
<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>
<tr>
<td width="200px">Teilnehmer:</td>
<td>[menu-geschlecht]</td>
</tr>
<tr>
<td>Familienname:</td>
<td><b>[txt-familienname]</b></td>
</tr>
<tr>
……
Von: Restez Connectés ***@***.***>
Gesendet: Mittwoch, 27. November 2024 09:51
An: restezconnectes/send-pdf-for-contact-form-7 ***@***.***>
Cc: JO3345 ***@***.***>; Author ***@***.***>
Betreff: Re: [restezconnectes/send-pdf-for-contact-form-7] Content of [Radio-Button] not shown in PDF (Issue #68)
Have you a URL form example? Screenshot config form and layout PDF?
Thanks
—
Reply to this email directly, view it on GitHub <#68 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/BNHPSVDPSTMKHZUGNXPJU3D2CWBVZAVCNFSM6AAAAABSQA2VGGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMBTGI3TGMBYHA> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/BNHPSVH5DA36MPPJ7JEH44T2CWBVZA5CNFSM6AAAAABSQA2VGGWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTUVGTVIA.gif> Message ID: ***@***.*** ***@***.***> >
|
Hi! It is strange your input radio: 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. |
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: ....
|
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?
The text was updated successfully, but these errors were encountered: