ideas
ideas copied to clipboard
š”Discussions on ideas and feature requests for Statamic
In V5, when editing, adding or deleting a site, it would be good to fire an event, like Statamic does for other content types. This way, we can hook into...
My client has "training modules" which are stand-alone web applications that have many files and a sub-directory structure. We would like to be able to drag the whole training module...
For a project, I need to be able to display assets in the browser (they are PDF files). Due to these PDF files being technical documents, there are already QR...
Currently adding a link to an existing page is: - Select text - click Link icon in editor - click URL dropdown in popup - click 'Entry' in popup -...
Let's say as an agency you are looking for people to hire. You create a "we are looking for a designer" blueprint with fields like: Name, Email, About you. Then...
Add autocomplete attributes to the form builder: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete This could be implemented the same way you already do with the input type.
It would be great if we could configure custom fieldtypes to be excluded from form submissions. This is useful for fields that are solely used for displaying purposes on the...
Its more flexible than hardcoding message text on frontend, especially when using as headless cms
It would be nice if there was a way developers could override the saving of form submissions. Similar how they could in v2 with the `Form.submission.creating` event. ## Use Case...
Maybe we can wrap [this JS logic](https://github.com/statamic/cms/tree/3.2/resources/js/components/field-conditions) in a way that would work on field conditions in front end forms. Maybe some JS helpers to be used in antlers-land?