PHPackages                             amici/craft-super-dynamic-fields - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. amici/craft-super-dynamic-fields

ActiveCraft-plugin[Parsing &amp; Serialization](/categories/parsing)

amici/craft-super-dynamic-fields
================================

Use JSON templates as field options for dropdown, radio or checkboxes.

5.0.1(2y ago)311.6k↓10.7%proprietaryPHPPHP ^8.2CI failing

Since Apr 12Pushed 1w ago2 watchersCompare

[ Source](https://github.com/amici-infotech/craft-super-dynamic-fields)[ Packagist](https://packagist.org/packages/amici/craft-super-dynamic-fields)[ RSS](/packages/amici-craft-super-dynamic-fields/feed)WikiDiscussions craft-5 Synced 2w ago

READMEChangelog (3)Dependencies (1)Versions (27)Used By (0)

Super Dynamic Fields for Craft CMS 5
====================================

[](#super-dynamic-fields-for-craft-cms-5)

Use a site Twig template that outputs JSON as the option source for Dropdown, Radio, Checkboxes, and Multi-select fields. Reuse one option list across many fields, generate options from Craft queries, and attach arbitrary per-option extras for Twig and GraphQL.

Requirements
------------

[](#requirements)

- Craft CMS `^5.0`
- PHP `^8.2`

Installation
------------

[](#installation)

```
composer require amici/craft-super-dynamic-fields
```

In the Control Panel: **Settings → Plugins → Super Dynamic Fields → Install**.

Quick start
-----------

[](#quick-start)

1. Create a site template that outputs a JSON array (see [JSON format](docs/json-format.md)).
2. Create a field and choose one of:
    - Dropdown \[Super Dynamic Fields\]
    - Radio Buttons \[Super Dynamic Fields\]
    - Checkboxes \[Super Dynamic Fields\]
    - Multi-select \[Super Dynamic Fields\]
3. Set **JSON Template** to your template path.
4. Turn **Cache options** off if options depend on the current `element`.

```
[
  {"value": "", "label": "--"},
  {"value": "option1", "label": "Option 1", "icon": "circle-check", "color": "#780d0d"},
  {"value": "option2", "label": "Option 2", "icon": "@webroot/icons/abc.svg", "color": "red"}
]
```

```
{{ entry.myField.value }}
{{ entry.myField.label }}
{{ entry.myField.getIconHtml()|raw }}
{% set extras = entry.myField.getExtras() %}
{{ extras.class ?? '' }}
```

Documentation
-------------

[](#documentation)

1. [Installation](docs/installation.md)
2. [Concepts](docs/concepts.md)
3. [JSON format](docs/json-format.md) (icons, optgroups, extras)
4. [Twig API](docs/twig-api.md)
5. [GraphQL](docs/graphql.md)
6. [Events / PHP](docs/events.md)
7. [Native fields comparison](docs/vs-native-fields.md)

Upgrade notes
-------------

[](#upgrade-notes)

After updating to **5.1.0+**, run migrations so stored field type class names are rewritten from the legacy `SueprDynamic*` spelling:

```
php craft migrate/all
```

Legacy class aliases remain so existing fields keep working until the migration runs.

Support
-------

[](#support)

- Docs:
- Issues:
- Contact:

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance64

Regular maintenance activity

Popularity28

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity79

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~63 days

Recently: every ~22 days

Total

24

Last Release

870d ago

Major Versions

1.0.7.1 → 2.0.0.12022-12-10

1.0.7.2 → 2.0.0.42023-06-13

1.0.7.4 → 2.0.0.52023-06-14

1.0.8 → 2.0.1.12024-01-26

2.0.1.1 → 5.0.02024-03-27

PHP version history (2 changes)2.0.0-alpha.1PHP ^8.0.2

5.0.0PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20450552?v=4)[Amici Infotech](/maintainers/amici-infotech)[@amici-infotech](https://github.com/amici-infotech)

---

Top Contributors

[![amici-infotech](https://avatars.githubusercontent.com/u/20450552?v=4)](https://github.com/amici-infotech "amici-infotech (61 commits)")

---

Tags

jsonoptionsdropdownselectdynamiccustommulti-selectcheckboxesradioamici

### Embed Badge

![Health badge](/badges/amici-craft-super-dynamic-fields/health.svg)

```
[![Health](https://phpackages.com/badges/amici-craft-super-dynamic-fields/health.svg)](https://phpackages.com/packages/amici-craft-super-dynamic-fields)
```

###  Alternatives

[spicyweb/craft-neo

A Matrix-like field type with block hierarchy

393818.3k12](/packages/spicyweb-craft-neo)[verbb/formie

The most user-friendly forms plugin for Craft.

101400.6k78](/packages/verbb-formie)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

54686.7k25](/packages/solspace-craft-freeform)[craftcms/store-hours

This plugin adds a new “Store Hours” field type to Craft, for collecting the opening and closing hours of a business for each day of the week.

60104.7k1](/packages/craftcms-store-hours)[verbb/vizy

A flexible visual editor field for Craft.

4251.5k1](/packages/verbb-vizy)[verbb/events

A full-featured plugin for event management and ticketing.

2312.1k](/packages/verbb-events)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
