[ad_1]
Hi,
Sorry for my english 😉
I have a problem generating PDF in a form. cf7 downloads all fields to email but not to pdf. I have fields in the form that are not mandatory:
<tr>
<td colspan="4">
[text program-1-nazwisko size:50 maxlength:50 placeholder "Imię i Nazwisko kompozytora"] [count program-1-nazwisko down] [text program-1-tytul size:50 maxlength:50 placeholder "Tytuł utworu"] [count program-1-tytul down]<br>[text program-1-opus size:20 maxlength:20 placeholder "Opus - tylko numer"] [count program-1-opus down][text program-1-numer size:20
maxlength:20 placeholder "Numer - tylko numer"] [count program-1-numer down] [text program-1-czesi1 size:25 maxlength:25 placeholder "części"] [count program-1-czesi1 down]
</td>
</tr>
<tr>
<td colspan="4">
[text program-2-nazwisko size:50 maxlength:50 placeholder "Imię i Nazwisko kompozytora"] [count program-2-nazwisko down] [text program-2-tytul size:50 maxlength:50 placeholder "Tytuł utworu"] [count program-2-tytul down]<br>[text program-2-opus size:20 maxlength:20 placeholder "Opus - tylko numer"] [count program-2-opus down][text program-2-numer size:20
maxlength:20 placeholder "Numer - tylko numer"] [count program-2-numer down] [text program-2-czesi1 size:25 maxlength:25 placeholder "części"] [count program-2-czesi1 down]
</td>
</tr>
<tr>
<td colspan="4">
[text program-3-nazwisko size:50 maxlength:50 placeholder "Imię i Nazwisko kompozytora"] [count program-3-nazwisko down] [text program-3-tytul size:50 maxlength:50 placeholder "Tytuł utworu"] [count program-3-tytul down]<br>[text program-3-opus size:20 maxlength:20 placeholder "Opus - tylko numer"] [count program-3-opus down][text program-3-numer size:20
maxlength:20 placeholder "Numer - tylko numer"] [count program-3-numer down] [text program-3-czesi1 size:25 maxlength:25 placeholder "części"] [count program-3-czesi1 down]
</td>
</tr>
<tr>
<td colspan="4">
[text program-4-nazwisko size:50 maxlength:50 placeholder "Imię i Nazwisko kompozytora"] [count program-4-nazwisko down] [text program-4-tytul size:50 maxlength:50 placeholder "Tytuł utworu"] [count program-4-tytul down]<br>[text program-4-opus size:20 maxlength:20 placeholder "Opus - tylko numer"] [count program-4-opus down][text program-4-numer size:20
maxlength:20 placeholder "Numer - tylko numer"] [count program-4-numer down] [text program-4-czesi1 size:25 maxlength:25 placeholder "części"] [count program-4-czesi1 down]
</td>
</tr>
When I fill them out and send them. In Flamingo I get all the results:
program-1-nazwisko
Johann Sebastian Bach
program-1-tytul
Suita francuska E-dur
program-1-opus
BWV 817
program-1-numer
6
program-1-czesi1
Menuet i Gigue
program-2-nazwisko
Franz Joseph Haydn
program-2-tytul
Sonata fortepianowa h-moll
program-2-opus
Hoboken XVI
program-2-numer
32
program-2-czesi1
Allegro Modera
program-3-nazwisko
Siergiej Bortkiewicz
program-3-tytul
Etiuda Allegro di molto fis-moll
program-3-opus
15
program-3-numer
9
program-3-czesi1
program-3-czesi1 is empty no more data.
It cuts off in PDF.
<tr>
<td colspan="3" style="text-align: left; padding-left: 30px;">(imię i nazwisko kompozytora, tytuł utworu, opus, nr, poszczególne części)
<ol>
<li> [program-1-nazwisko] - [program-1-tytul], op. [program-1-opus], nr. [program-1-numer], cz. [program-1-czesi1]</li>
<li> [program-2-nazwisko] - [program-2-tytul], op. [program-2-opus], nr. [program-2-numer], cz. [program-2-czesi1]</li>
<li> [program-3-nazwisko] - [program-3-tytul], op. [program-3-opus], nr. [program-3-numer], cz. [program-3-czesi1]</li>
<li> [program-4-nazwisko] - [program-4-tytul], op. [program-4-opus], nr. [program-4-numer], cz. [program-4-czesi1]</li>
<li> [program-5-nazwisko] - [program-5-tytul], op. [program-5-opus], nr. [program-5-numer], cz. [program-5-czesi1]</li>
<li> [program-6-nazwisko] - [program-6-tytul], op. [program-6-opus], nr. [program-6-numer], cz. [program-6-czesi1]</li>
</ol>
</td>
I get result
(imię i nazwisko kompozytora, tytuł utworu, opus, nr, poszczególne części)
1. Johann Sebastian Bach - Suita francuska E-dur, op. BWV 817, nr. 6, cz. Menuet i Gigue
2. Franz Joseph Haydn - Sonata fortepianowa h-moll, op. Hoboken XVI, nr. 32, cz. Allegro
Modera
Does not download all fields
I don’t know if I wrote clearly.
- This topic was modified 6 hours, 24 minutes ago by .
- This topic was modified 5 hours, 49 minutes ago by .
The page I need help with: [log in to see the link]