https://github.com/backdrop-contrib/entityform
Provides fieldable entity forms for Backdrop CMS
https://github.com/backdrop-contrib/entityform
backdropcms form-builder forms front-end
Last synced: 3 months ago
JSON representation
Provides fieldable entity forms for Backdrop CMS
- Host: GitHub
- URL: https://github.com/backdrop-contrib/entityform
- Owner: backdrop-contrib
- License: gpl-2.0
- Created: 2023-07-07T16:44:35.000Z (over 2 years ago)
- Default Branch: 1.x-1.x
- Last Pushed: 2024-10-24T08:46:13.000Z (about 1 year ago)
- Last Synced: 2024-10-24T08:58:07.151Z (about 1 year ago)
- Topics: backdropcms, form-builder, forms, front-end
- Language: PHP
- Homepage: https://backdropcms.org/project/entityform
- Size: 405 KB
- Stars: 0
- Watchers: 9
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Entityform
The Entityform module enables you to create front-end forms (fieldable
entities), which contain fields that can be defined. These forms use the
standard Backdrop fields. This means that out of the box, the user can use any
standard Backdrop node field.
## Dependencies
- Entity UI
- Entity Plus
No dependency, but recommended, especially if you're using this module in
combination with Rules: [Entity Tokens](https://backdropcms.org/project/entity_token)
Note that submodule entityform_notifications requires Rules and hence also
entity_token.
## Installation
- Install this module using the
[official Backdrop CMS instructions](https://docs.backdropcms.org/documentation/extend-with-modules)
## Configuration
1. Go to Structure > Entityform Types (admin/structure/entityform_types) and "Add an Entityform Type".
2. Select manage fields tab and add the desired fields
3. Select manage displays tab and adapt as needed
4. You can now preview the form and permitted roles can submit values
## Issues
Bugs and feature requests should be reported in the
[issue queue](https://github.com/backdrop-contrib/entityform/issues).
## Maintainers
- [indigoxela](https://github.com/indigoxela)
- Seeking additional maintainers
## Credits
Ported to Backdrop by [Andy Shillingford](https://github.com/docwilmot/)
Original Drupal development by
* Joël Pittet (joelpittet) - https://www.drupal.org/u/joelpittet
* Ted Bowman (tedbow) - https://www.drupal.org/u/tedbow
Supporting Organizations for Drupal version:
* Six Mile Tech - https://www.drupal.org/six-mile-tech
* The University of British Columbia -
https://www.drupal.org/the-university-of-british-columbia
## License
This project is GPL v2 software.
See the LICENSE.txt file in this directory for complete text.