PHPackages                             ether/formski - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ether/formski

ActiveCraft-plugin[Utility &amp; Helpers](/categories/utility)

ether/formski
=============

A form building plugin for Craft CMS

1.0.0-alpha.11(7y ago)1391[3 issues](https://github.com/ethercreative/formski/issues)proprietaryPHP

Since Sep 21Pushed 7y ago1 watchersCompare

[ Source](https://github.com/ethercreative/formski)[ Packagist](https://packagist.org/packages/ether/formski)[ RSS](/packages/ether-formski/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (10)Dependencies (1)Versions (12)Used By (0)

formski
=======

[](#formski)

A form building plugin for Craft CMS

Usage
-----

[](#usage)

Create `_form.twig` in your templates folder:

```

	{{ csrfInput() }}

	{% for rowUid, fields in form.fieldLayout %}

			{% for fieldUid in fields %}
				{% set fieldSettings = form.fieldSettings[fieldUid] %}

					{{ fieldSettings.label }}{{ fieldSettings.required ? ' *' }}
					{{ fieldSettings.instructions }}
					{% switch fieldSettings._type %}
					{% case "text" %}

					{% case "textarea" %}
						{{ submission is defined ? submission[fieldUid] }}
					{% default %}
						{{ fieldSettings._type }}
					{% endswitch %}
					{% if submission is defined and submission.getErrors(fieldUid) %}
						{{ submission.getFirstError(fieldUid) }}
					{% endif %}

			{% endfor %}

	{% endfor %}

	Send

{% if submission is defined %}
	{{ dump(submission.getErrors()) }}
{% endif %}
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 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 ~7 days

Recently: every ~16 days

Total

11

Last Release

2772d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/181731?v=4)[The Etherpad Foundation](/maintainers/ether)[@ether](https://github.com/ether)

---

Top Contributors

[![Tam](https://avatars.githubusercontent.com/u/977594?v=4)](https://github.com/Tam "Tam (33 commits)")

### Embed Badge

![Health badge](/badges/ether-formski/health.svg)

```
[![Health](https://phpackages.com/badges/ether-formski/health.svg)](https://phpackages.com/packages/ether-formski)
```

###  Alternatives

[spicyweb/craft-neo

A Matrix-like field type with block hierarchy

393808.8k10](/packages/spicyweb-craft-neo)[craftcms/feed-me

Import content from XML, RSS, CSV or JSON feeds into entries, categories, Craft Commerce products, and more.

293952.6k29](/packages/craftcms-feed-me)[verbb/formie

The most user-friendly forms plugin for Craft.

102393.6k59](/packages/verbb-formie)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

54681.3k17](/packages/solspace-craft-freeform)[verbb/navigation

Create navigation menus for your site.

92705.0k18](/packages/verbb-navigation)[verbb/hyper

A user-friendly links field for Craft.

24147.8k12](/packages/verbb-hyper)

PHPackages © 2026

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