mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
dd80851deb
form fields from previous values. PR: 26214 Submitted by: Alex Kapranoff <kapr@crosswinds.net>
13 lines
474 B
Plaintext
13 lines
474 B
Plaintext
From README:
|
|
|
|
This module automatically inserts data from a previous HTML form into
|
|
the HTML input and select tags. It is a subclass of HTML::Parser 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 required field. HTML::FillInForm can be used to redisplay
|
|
the HTML form with all the form elements containing the submitted
|
|
info.
|
|
|
|
-- Alex Kapranoff <kapr@crosswinds.net>
|