Prepopulate
Allows fields in most forms to be prepopulated from the URL. It uses the $_GET variable in a URL to modify the #default_value of form fields.
For example, the following URL,
http://www.example.com/node/add/blog?edit[title]=this is the titlewill automatically fill the Title field on a new blog post with the words "this is the title". Any field can be prepopulated this way, including taxonomy and CCK fields. You can prepopulate more than one field at a time as well. Prepopulate is excellent for creating bookmarklets. For examples on usage for all of these cases, please read the USAGE.txt file that comes with the module or you can read the online handbook page.
Originally written by eafarris.
Releases
| Official releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-1.1 | 2008-Nov-17 | 9.3 KB | Download · Release notes | Recommended for 6.x | |
| 5.x-1.4 | 2008-Nov-17 | 9.21 KB | Download · Release notes | Recommended for 5.x | |
| Development snapshots | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-2.x-dev | 2008-Nov-18 | 9.35 KB | Download · Release notes | Development snapshot | |
