• Hi,

    i set to both email and inlink after submit email, but inlink does’t show any download link, only email can receive the pdf file. may i know how to solve this?

    [Link removed by moderator]

Viewing 5 replies - 16 through 20 (of 20 total)
  • Figured it out: @mandsconsulting!

    In the Email_Before_Download_Shortcode class, you need to change the $default_atts array’s
    delivered_as key to delivery_format so that the shortcode gets the correct default value (I have no idea why it’s not using delivered_as, but I added ‘delivery_format’ as an additional key identical to ‘delivered_as’ and it cleared the issue right up ?? )

    For the rest of us, just add delivery_format="inline link" to your shortcode while we’re waiting on a patch.

    So @oskargomezmartin change your shortcode from something like:

    [email-download download_id="1807" contact_form_id="1806"]

    to something like

    [email-download download_id="1807" contact_form_id="1806" delivery_format="inline link"]

    Hope this helps!

    • This reply was modified 6 years, 10 months ago by cmborchert.
    Oskar Gómez

    (@oskargomezmartin)

    Thanks @cmborchert!!

    But following your sugestion I turned my shortcake to this:

    [email-download download_id=”24755” contact_form_id=”24773” delivery_format=”inline link”]

    And i just only get the “no data” message.

    Overriding option in the shortcode solved this problem for you?

    Anyway thank you @cmborchert.

    Sorry to hear that @oskargomezmartin. This is the solution that finally worked for me once I had the newest version installed.

    Oskar Gómez

    (@oskargomezmartin)

    Update EBD to v5.1.1 and error remains… ??

    Oskar Gómez

    (@oskargomezmartin)

    now the “no data” message does not appear…
    but neither the inline links too

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘inlink download not showing’ is closed to new replies.