• Resolved alemarengo84

    (@alemarengo84)


    Hi!
    Is it possible to use this plugin in order to let someone register with a specific role in order to dowload one or multiple files?

    • This topic was modified 7 years, 1 month ago by alemarengo84.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @alemarengo84,

    You can choose default user role in form setting. And allow only specific role to download files programmatically.

    if( current_user_can('administrator'){
    //download files
    }

    or what files are you referring to?

    Regards,
    WPEverest Support Team

    Thread Starter alemarengo84

    (@alemarengo84)

    Hi @sanzeeb3,
    I am referring to this kind of case:
    I have a product portfolio and in each single item one can view a product’s details and download a file, only after filling a form in.
    What I need to do is to register user’s contact data to avoid him/her to fill forms in anytime he/she wants to download a file.
    Is it possible to do that?

    Sorry, we don’t have this feature currently.

    But, if you already have a role for that, select it as a default role in form and anybody registering the form will have that role which allows to download files. This way users do not need to fill the form every time to download files. Just log in (if already registered) and download. Screenshot to add roles in form.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘register to download’ is closed to new replies.