Restrict the option from the sharing tab of the form

Hi team,

When sharing a form/survey, there are three options:

  1. Share via link
  2. Show to all users of this instance
  3. choose users to share with

Is it possible to restrict or take off the second option (Show to all users of this instance)

Is it possible to share the form/survey to people with no nextcloud account via third option (Choose users to share with)

Thanks and Regards,
B

snip

Hey @baylaan,

I need to answer both of your questions with a no. But you’re in luck, both of them are on the close run! :slightly_smiling_face:

  • The sharing just got reworked, so with the next (bigger) release it will be possible to share to both in parallel: Logged in users directly and non-logged users via public link.
  • For the sharing options restriction there only exists an issue until now, but it is planned for the same release and tbh. - i’m already working on it. :sunglasses:

Greets!
Jonas

1 Like

Thank You @jotoeri !!

When is the next release?

Thanks and Regards,
B

Hey @baylaan,

I’m sorry, but i currently cant tell you more than ‘when everything is done’. Currently i’m mainly waiting for reviews, but there’s not too many issues waiting after that… :man_shrugging:

Greets,
Jonas

1 Like

For the first this customCSS could be a hacky workaround until the new version is released:

input#registered,  label[for = "registered"] {
display:none;visibility:hidden;
}
1 Like

Thank you Jonas

Thank you Swindhab