Hello,
thank you for creating this space for discussion!
I am new to cryptpad and I am setting an instance for a small organization. It is intended for internal use - registered users only. All is going quite well, thanks to the documentations, but I am struggling with sharing Form links publicly.
What settings do I need so that a particular Form I share (to "participants") can be filled without people logging in, but no anonymous users can actually create new items (pads, kanbans, forms...)?
I might be missing something very obvious, but if my instance is set to Registered Users only (with AppConfig.registeredOnlyTypes = AppConfig.availablePadTypes;
), the form share link requests people to log in (with a blocking pop-up while loading). If I set all app types but forms in the AppConfig.registeredOnlyTypes
listening, people with Form link can submit their forms, but they also can create new froms, which we don't want.
Thank you for pointing me to right documentation or config!
Regards,