Extension:Forms

![]() Release status: stable |
|
---|---|
Author(s) | Hallo Welt! GmbH |
Latest version | 1.2-alpha |
Compatibility policy | For every MediaWiki release that is a Long Term Support release there is a corresponding branch in the extension. |
MediaWiki | 1.35+ |
Database changes | Yes |
Composer | mediawiki/forms |
License | GNU General Public License 3.0 only |
Download | |
|
|
Quarterly downloads | 3 (Ranked 175th) |
Translate the Forms extension if it is available at translatewiki.net | |
Issues | Open tasks · Report a bug |
This extension allows to create OOUI based forms using wikipages with the .form
extension.
InstallationEdit
- Download and place the file(s) in a directory called
Forms
in yourextensions/
folder. - Add the following code at the bottom of your
LocalSettings.php
:wfLoadExtension( 'Forms' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.