Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author fried_eggz

    (@fried_eggz)

    No, this is not supported out of the box.

    Thread Starter Chrisw83

    (@chrisw83)

    How much would you charge meto get that supported and to fix the multi-page view?

    Plugin Author fried_eggz

    (@fried_eggz)

    I’m sorry but I dont take any freelance work. But I’m sure you can find another developer to do this for you. The source hode for Sticky List i free and a well documented repo exists on github.

    This would also be helpful for me as well… or at least a way for people to view the pdfs after they’ve been submitted and then left the page. Is this possible? Perhaps with GF

    Best,
    Rosi

    Hi,
    To display a pdf link in the tab, you could modify the following code in the “gravity-forms-sticky-list/class-sticky-list.php” file:

    before :
    $list_html .= "</td>";

    after :
    $list_html .= "<a href='http://www.domain.com/?gf_pdf=1&fid=$form_id&lid=$entry_id&template=default-file.php'><button class='sticky-list-duplicate submit'>PDF</button></a></td>";

    I hope it will help you.

    How can you put a link to a different PDF template for each sticky list you have?

    Example: One Sticky List prints default-template.php PDF
    THe other sticky list you can click prints default-template-no-style.php

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Gravity PDF’ is closed to new replies.