• Resolved ysintos

    (@ysintos)


    Hello,

    I would like to restrict form to be viewed/filled only by logged in users or specific user roles.
    Is that possible ?

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Shahjahan Jewel

    (@techjewel)

    Hello @ysintos
    You can pass the permission parameter to your the shortcode. It will be like this:

    [fluentform id="YOURFORMID" permission="TARGET_PERMISSION"]

    Thread Starter ysintos

    (@ysintos)

    What do you mean by “TARGET_PERMISSION” ?

    Plugin Author Shahjahan Jewel

    (@techjewel)

    It’s the user capability name. Like if you want to let access only for editor the name will be editor

    Or if you can use like manage_options so user who have manage options capability they can see the form.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Only specific user roles or logged in users can see/fill a form ?’ is closed to new replies.