• Resolved simtech

    (@simtech)


    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 1 year, 1 month ago by simtech.
    • This topic was modified 1 year, 1 month ago by simtech.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author ZealousWeb

    (@zealopensource)

    Hello @simtech,

    We appreciate your interest and thank you for reaching out. Our team has reviewed your query, and we will keep you updated.

    Should you have any further questions or need additional information, please feel free to ask. We are here to assist you.

    Thank you,
    ZealousWeb

    Plugin Author ZealousWeb

    (@zealopensource)

    Hello @simtech,

    I hope this message finds you well. Could you kindly provide the table structure and data for Contact Form 2? I suspect there may be an issue with the opening and closing tags for the and elements.

    Please refer to the attached image for clarification.

    Should you have any questions or require further information, feel free to reach out. I am here to assist you.

    Thank you,
    ZealousWeb

    Thread Starter simtech

    (@simtech)

    I get test cf7 form only this field:

    [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]
    
    <br><br>
    [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]
    <br><br>
    [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]
    <br><br>
    [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]
    
    <br><br>
    <label> Prosz? chwil? poczeka? jest generowany PDF - Karta Zg?oszenia - Karta zostanie przes?ana tak?e na adres email.</label> [submit "Wy?lij zg?oszenie"]
    <br><br>
    [response]

    pdf form:

    [program-1-nazwisko]  [program-1-tytul] [program-1-opus]   [program-1-numer]  [program-1-czesi1]
    [program-2-nazwisko]  [program-2-tytul] [program-2-opus]   [program-2-numer]  [program-2-czesi1]
    [program-3-nazwisko]  [program-3-tytul] [program-3-opus]   [program-3-numer]  [program-3-czesi1]
    [program-4-nazwisko]  [program-4-tytul] [program-4-opus]   [program-4-numer]  [program-4-czesi1]
    

    i get result in pdf :

    Johann Sebastian Bach Suita francuska E-dur BWV 817 6 Menuet i Gigue
    Franz Joseph Haydn Sonata fortepianowa h-moll Hoboken XVI 32 Allegro Modera

    should be:

    ohann Sebastian Bach Suita francuska E-dur BWV 817 6 Menuet i Gigue
    Franz Joseph Haydn Sonata fortepianowa h-mollH oboken XVI 32 Allegro Modera
    Siergiej Bortkiewicz Etiuda Allegro di molto fis-moll 15 2
    http://psm.psmino.com.pl/inf_students/rf-test.html
    my test form

    i fill program-1 all, program-2 all and program-3 without field [program-3-czesi1] and i pdf get only program-1 and program-2 dont show program-3

    If I fill in all the fields, the PDF is created just fine.

    Regards

    • This reply was modified 1 year, 1 month ago by simtech.
    Plugin Author ZealousWeb

    (@zealopensource)

    Hello @simtech

    I trust this message finds you well. We’ve observed data being displayed in your form all fields, as illustrated in

    Image 1.

    Additionally, we are interested in specific information from 5 form fields, as depicted in .

    Image 2.

    It is PDF functionality.

    Thank you,
    ZealousWeb

    Thread Starter simtech

    (@simtech)

    What can I do now?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘PDF does not retrieve all data from the form’ is closed to new replies.