For the complete documentation index, see llms.txt. This page is also available as Markdown.

User Info FAQs

Frequently Asked Questions (FAQs) about the User Info lib

Can CUI be used to restrict the display of "user-linked" CMS items to a specific user?

Yes, you can, with some limitations. CUI's role here is in helping you to identify the currently logged-in user. The additional pieces you'd require are-

  1. A means to connect specific CMS items to specific Users. You'd need a CMS field to store the associated User's alt-id, or another unique identifier such as their email. You can do this manually, or Logic can do this for you when creating new CMS records from a form trigger.

  2. A custom script to filter your collection list accordingly. Sygnal Attributes has an advanced filtering capability that might help with this, or you can write your own filter / sort routine.

Note though two important caveats;

Last updated