ideas icon indicating copy to clipboard operation
ideas copied to clipboard

šŸ’”Discussions on ideas and feature requests for Statamic

Results 299 ideas issues
Sort by recently updated
recently updated
newest added
trafficstars

@jackmcdade As a followup from Flatcamp 2024 Q&A here is an example from formstack on how I think they very elegantly handle complex conditional logic for conditional email routing logic....

Forms

I created a taxonomy called 'Section', with the intention I could have paths like '/blog/section/{tag}' Then, in my views I wanted to display the terms assigned to an entry on...

![Screenshot 2024-07-07 at 21 09 17](https://github.com/statamic/ideas/assets/812139/1bee78c0-43f6-492c-b6c8-7be35c3aae01) ![Screenshot 2024-07-07 at 21 09 33](https://github.com/statamic/ideas/assets/812139/0bb17dec-cac9-4e95-a689-553638d7c7c0) ![Screenshot 2024-07-07 at 21 10 51](https://github.com/statamic/ideas/assets/812139/ad1c3668-702e-4478-97d3-0ea496940dc4) Was hoping this would work, but the option isn't there, and so...

The new validation rules for asset containers (awesome) should probably suggest which rules could apply. Just like the validation field in the blueprint builder. Currently it's a bit hard for...

Add collapse possibility for grid fields in stack mode.

Statamic's default comb search is extremely powerful. There's one feature I'm currently missing however. And that is the ability for users to switch between`query_mode` boolean/words vs whole. For example: `query_mode...

There have been quite a few reports on Discord over the last weeks that on non expired browser windows, Laravel apps show the 419 error page after logging in. A...

I’ve been thinking about the user experience with the replicator sets. Many of us are currently using the replicator to build pages with blocks (widgets), and when there are a...

Currently when the `edit users` or `change passwords` permission is enabled it allows a user with that permission to edit _any_ user's data or password—even if that individual is a...

I want to create a dashboard widget to display the latest form submissions but with some conditions. I wanted to extend the `\Statamic\Forms\Widget` class to add the custom logic but...