10321b4f1a
Change since p5-HTML-FillInForm-0.11 : * Added fill_password option (Tatsuhiko Miyagawa) * Fixed bug with passing single value to multi-valued fields (Maurice Aubrey) * Added no_debug to use CGI in t/13_warning.t * Cleaned up warning messages for input fields without a name (Boris Zentner) * Fixed bug with multiple inputs (Mark Stosberg) * Updated credits section * Fixed bug where selected value of '0' were skipped (Trevor Schellhorn) * Fixed bug where option values between tags had trailing or leading * whitespace (Ade Olonoh) * Fixed bug for <input ... /> type tags (Andrew Creer) * Fix for error message (object -> fobject) (Mark Stosberg) * Fix for test on HTML escaping (thanks to Jost Krieger for report) * Added "fill in target form" feature (Tatsuhiko Miyagawa) * Fixed problems with HTML escaping (Tatsuhiko Miyagawa) * Works with checkbox tags that don't have value attribute. (Philip Mak) * Removed warning message for submit tags. (Joseph Yanni) * Fixed bug when TYPE attr of input tag not set (Martin H. Sluka) * Added docs on password caching (Mark Stosberg) * Support for multiple fobjects. * Fixed bug where new documents were feed into a used $fif object.
7 lines
443 B
Text
7 lines
443 B
Text
This module automatically inserts data from a previous HTML form
|
|
into the HTML input, textarea and select tags. It is a subclass
|
|
of the HTML::Parser manpage and uses it to parse the HTML and insert
|
|
the values into the form tags. One useful application is after a
|
|
user submits an HTML form without filling out a required field.
|
|
HTML::FillInForm can be used to redisplay the HTML form with all
|
|
the form elements containing the submitted info.
|