README.txt 918 B

1234567891011121314151617181920212223
  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 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