You are here

README.txt in Prepopulate 6

Same filename and directory in other branches
  1. 5 README.txt
  2. 6.2 README.txt
  3. 7.2 README.txt
PREPOPULATE MODULE
==================
By ea.Farris, based on an idea from chx.
Maintained by Addison Berry (add1sun).

Prepopulate is an attempt to solve the problem that resulted from
the discussion at http://www.drupal.org/node/27155 where the $node object,
it was (correctly, I believe) decided, should
not be prefilled from the $_GET variables, and instead, the power of the
FormsAPI should be used to modify the #default_value of the form
elements themselves.

This functionality will make things like bookmarklets easier to write,
since it basically allows forms to be prefilled from the URL, using a
syntax like:

http://www.example.com/node/add/blog?edit[title]=this is the title&edit[body]=body goes here

Refer to the USAGE.txt file or the online handbook at http://drupal.org/node/228167 for more examples.

Please report any bugs or feature requests to the Prepopulate issue queue:
http://drupal.org/project/issues/prepopulate

File

README.txt
View source
  1. PREPOPULATE MODULE
  2. ==================
  3. By ea.Farris, based on an idea from chx.
  4. Maintained by Addison Berry (add1sun).
  5. Prepopulate is an attempt to solve the problem that resulted from
  6. the discussion at http://www.drupal.org/node/27155 where the $node object,
  7. it was (correctly, I believe) decided, should
  8. not be prefilled from the $_GET variables, and instead, the power of the
  9. FormsAPI should be used to modify the #default_value of the form
  10. elements themselves.
  11. This functionality will make things like bookmarklets easier to write,
  12. since it basically allows forms to be prefilled from the URL, using a
  13. syntax like:
  14. http://www.example.com/node/add/blog?edit[title]=this is the title&edit[body]=body goes here
  15. Refer to the USAGE.txt file or the online handbook at http://drupal.org/node/228167 for more examples.
  16. Please report any bugs or feature requests to the Prepopulate issue queue:
  17. http://drupal.org/project/issues/prepopulate