• Resolved manuelmf

    (@manuelmf)


    Hi,

    Is there a way to make the default value of “Download Permissions” to “Logged-in users who have “Export Entries” access” ?

    On our installation it defaults to “Everyone can download” which we do not want, and sometimes missed by the user who created the form.

    Cheers,

Viewing 1 replies (of 1 total)
  • Plugin Author mrcasual

    (@mrcasual)

    @manuelmf you can do that using the following code:

    if ( ! defined( 'GFEXCEL_SECURED_DOWNLOADS' ) ) {
        define( 'GFEXCEL_SECURED_DOWNLOADS', true );
    }
    • This reply was modified 3 years, 1 month ago by mrcasual.
Viewing 1 replies (of 1 total)
  • The topic ‘Change default Download Permission’ is closed to new replies.