Extend GLPI with Plugins.
- Synopsis
- Build Status
- Documentation
- Versioning
- Contact
- Professional Services
- Build from source
- Contribute
- Copying
Formcreator is a plugin which allow creation of custom forms of easy access. At the same time, the plugin allow the creation of one or more tickets when the form is filled.
- Direct access to forms self-service interface in main menu
- Highlighting forms in homepages
- Access to forms controlled: public access, identified user access, restricted access to some profiles
- Simple and customizable forms
- Forms organized by categories, entities and languages.
- Questions of any type of presentation: Textareas, lists, LDAP, files, etc.
- Questions organised in sections. Choice of the display order.
- Possibility to display a question based on certain criteria (response to a further question)
- A sharp control on responses from forms: text, numbers, size of fields, email, mandatory fields, regular expressions, etc.
- Creation of one or more tickets from form answers
- Adding a description per fields, per sections, per forms, entities or languages.
- Formatting the ticket set: answers to questions displayed, tickets templates.
- Preview form created directly in the configuration.
- An optional service catalog to browse for forms and FAQ in an unified interface.
LTS | Bleeding Edge |
---|---|
We maintain a detailed documentation of the project on the website, check the How-tos and Development section.
For more information you can visit formcreator on the GLPI Plugins documentation
In order to provide transparency on our release cycle and to maintain backward compatibility, this project is maintained under the Semantic Versioning guidelines. We are committed to following and complying with the rules, the best we can.
See the tags section of our GitHub project for changelogs for each release version. Release announcement posts on the official Teclib' blog contain summaries of the most noteworthy changes made in each release.
For notices about major changes and general discussion of development, subscribe to the /r/glpi subreddit. You can also chat with us via IRC in #GLPI on freenode if you get stuck, and @glpien on Telegram.
The GLPI Network services are available through our Partner's Network. We provide special training, bug fixes with editor subscription, contributions for new features, and more.
Obtain a personalized service experience, associated with benefits and opportunities.
To build the plugin you need Composer and an internet access to download some resources from Github.
After dowloading the source of Formcreator, go in its folder and run the following
- composer install
- php vendor/bin/robo build:fa-data
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues in the Issues Dashboard.