In my custom UI app, page visitors are shown a number of buttons, and can select one by clicking on it. How can I store their response (which will just be a string) so that firstly I can show them what they selected (both immediately and when they come back to the page), and secondly, so that an admin can see a summary of all selections?
Hi @SharonGilmore ,
Since you are talking about page related activity, I would recommend you start by exploring the use of content properties. From a Custom UI iframe, you can use request Confluence to manage content properties or you can invoke your backend and access the REST API via product authentication methods.
One thing you should note is that content properties are available to other users that can access the content they are stored in.
Regards,
Dugald
Thank you. Are there any permissions issues with page content properties? Obviously all visitors have view access, but not all will have edit access - we ran into issues with that before (I think we were using Forge UI that time), when we had to give users edit access to a page in order to let them interact with the macro.
Hi @SharonGilmore ,
You may wish to use the Authorize API to tailor the user experience in relation to whether the user has edit, etc permissions.
Regards,
Dugald