PHPackages                             firewire/fieldtype-form-select - 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. firewire/fieldtype-form-select

ActivePw-module[Utility &amp; Helpers](/categories/utility)

firewire/fieldtype-form-select
==============================

An inputfield/fieldtype for creating fields to select forms in ProcessWire built with FormBuilder

v1.0.1(1y ago)24GPL-3.0-or-laterPHPPHP &gt;=8.1.0

Since Sep 17Pushed 1y ago2 watchersCompare

[ Source](https://github.com/SkyLundy/FieldtypeFormSelect)[ Packagist](https://packagist.org/packages/firewire/fieldtype-form-select)[ Docs](https://github.com/SkyLundy/FieldtypeFormSelect)[ RSS](/packages/firewire-fieldtype-form-select/feed)WikiDiscussions main Synced 1mo ago

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

Fieldtype Form Select
=====================

[](#fieldtype-form-select)

A ProcessWire Fieldtype for creating fields where a form built using Form Builder can be chosen via a select element.

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

[](#requirements)

- ProcessWire &gt;= 3.0
- FormBuilder
- PHP &gt;= 8.1

This module was developed using FormBuilder 0.5.5 and ProcessWire 3.0.235, however it should be compatible with other versions.

How To Use
----------

[](#how-to-use)

Install in ProcessWire as a module from the [ProcessWire directory](https://processwire.com/modules/fieldtype-form-select/).

Or install with composer using `composer require firewire/fieldtype-form-select`.

Ensure that FormBuilder is installed, then install this module. Create some forms. Create a Form Select field and then specify which forms you would like to appear in the field under the "Details" tab. The options to select which forms will appear in the select field are as follows:

- All forms (default)
- Include only forms you choose
- Include all forms except those you choose to exclude
- Include forms where the name starts with a specified string
- Include forms where the name ends with a specified string
- Include forms where the name contains a specified string

You may choose how the field outputs values both when a form is or isn't selected.

Optionally, choose how the form names will appear in the select element when rendered. Options include:

- Default name: my-form-name
- Lowercase and spaced: my form name
- Capitalized and spaced: My Form Name
- First letter capitalized and spaced: My form name

This field stores the ID of the for that is selected, or null otherwise.

If a form is deleted, all Form Select fields containing a reference/ID to that form will have their value cleared and set to `null`.

Nifty Tricks
------------

[](#nifty-tricks)

Form Select provides another way to render your form. To render the markup for a form that was selected, call `$page->render('your_form_select_field')`, and voila- your form is rendered to the page.

This module is compatible with [FormBuilderHtmx](https://processwire.com/modules/form-builder-htmx/) which adds AJAX submission abilities to forms built with FormBuilder.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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

Unknown

Total

1

Last Release

607d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e761c256b36740d1bbb178c71c110943ce90116d96fc76bbae23f8cff187f38e?d=identicon)[FireWire](/maintainers/FireWire)

---

Top Contributors

[![SkyLundy](https://avatars.githubusercontent.com/u/61801600?v=4)](https://github.com/SkyLundy "SkyLundy (17 commits)")

---

Tags

processwiremoduleajaxForms

### Embed Badge

![Health badge](/badges/firewire-fieldtype-form-select/health.svg)

```
[![Health](https://phpackages.com/badges/firewire-fieldtype-form-select/health.svg)](https://phpackages.com/packages/firewire-fieldtype-form-select)
```

###  Alternatives

[sheadawson/silverstripe-select2

A set of silverstripe form fields based on http://ivaynberg.github.com/select2/

1923.5k3](/packages/sheadawson-silverstripe-select2)

PHPackages © 2026

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