# Forms catalogue (All forms) Table of every distinct Form ID on the site with columns Form name, Form ID, Responses and Last seen, 25 rows per page, searchable by name or ID. Fed by the site-wide registry, so it does not wait on Confluence search indexing. Sections on the page are Getting started (dismissible onboarding), All forms, and Forms (a sidebar list of forms you have opened). --- ## Where you do it | **Task** | **Where** | | --------------------------------------- | ------------------------------------------ | | Insert the form container | Confluence page editor, macro browser | | Give the form a Form ID and a Form name | Form macro config panel ("Configure Form") | | Publish the page and fill the form in | The published Confluence page | --- ## Settings that affect this | **Setting** | **Where** | **What it does** | | --------------------------------------- | ------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | | Capabilities → Forms (Visible / Hidden) | Capable global settings → Capabilities tab | Hides the Forms nav item and the Forms page byline item for everyone on the site. | | Space Capability Settings → Forms (Auto | Space settings → Space Capability Settings | Per-space visibility of the Forms byline entry. Space Admin only - others see "You must be a Space Admin to change these settings.". | --- ## Worth knowing * Input macros placed outside a Form container are never indexed: they do not reach the catalogue, the responses table, the CSV export, the byline drill-down or the search panel. * The catalogue's "Responses" column counts PAGES carrying the form, not submissions, and counts pages where nothing was ever filled in. * The All forms list is not permission-filtered: every Form ID, form name and page count on the site is visible to any signed-in user who can open the Forms page. The pages and answers beneath it ARE permission-filtered. * The indexed copy of a page's answers is capped at 28,000 characters, with a silent trim ladder: multi-value answers cut to 5 entries, then whole forms dropped, then the page recorded as carrying no forms. Answers on the page are never lost - only the index of them. * Property-based CQL search only works once Confluence has indexed the property, so a form saved seconds ago can be missing from the catalogue drill-down and the export while the page itself shows the answers. * Forms silently adds and removes Confluence global labels on customers' pages, as the app. --- ## Limits that apply here * Pinned forms in the catalogue sidebar --- ## Related [Per-form responses viewAnother part of how this works.](https://help.gocapable.com/forms/per-form-responses-view.html) [CSV exportAnother part of how this works.](https://help.gocapable.com/forms/csv-export.html) [How it worksThe rest.](https://help.gocapable.com/forms/how-it-works.html) --- _How it actually behaves._