The Prepopulate module allows fields in most forms to be pre-populated from
the $_REQUEST variable.
For example, the following URL,
http://www.example.com/node/add/blog?edit[title]=this is the title
will automatically fill the Title field on a new blog post with the words "this
is the title". Any field can be prepopulated this way. You can prepopulate more
than one field at a time as well. Prepopulate is excellent for creating
bookmarklets.
Installation
- Install this module and its dependencies using the official
Backdrop CMS instructions
Usage
- Further documentation may be available in the
Wiki.
Issues
Bugs and Feature requests should be reported in the
Issue Queue
Current Maintainers
Credits
- Ported to Backdrop CMS by Laryn Kragt Bakker - CEDC.org.
- Originally by ea.Farris, based on an idea from chx.
- Maintainer for Drupal: Addison Berry.
License
This project is GPL v2 software. See the LICENSE.txt
file in this directory for complete text.