Hello,
Despite my attempts to fix this situation, I still haven't found a solution. Any advise would be great.
Here is how Public link displays:
Here are the settings :
In my customize/application_config.js
I disabled access to all the "apps" :
AppConfig.registeredOnlyTypes = ['form', 'drive', 'teams', 'sheet', 'doc', 'presentation', 'pad', 'kanban', 'code', 'poll', 'whiteboard', 'file', 'contacts', 'slide', 'convert', 'diagram'];
Or works the same with AppConfig.registeredOnlyTypes = AppConfig.availablePadTypes;
If I want "Public link" for the Form be accessible to external people, I need to remove "form" from the above config, leaving it with AppConfig.registeredOnlyTypes = ['drive', 'teams', 'sheet', 'doc', 'presentation', 'pad', 'kanban', 'code', 'poll', 'whiteboard', 'file', 'contacts', 'slide', 'convert', 'diagram'];
As above, I don't want external users to be able to create their own forms.
Please advise what configuration I am missing, or what is misconfigured.
Thank you.