Secretary
_____ _
/ ___| | |
\ `--. ___ ___ _ __ ___| |_ __ _ _ __ _ _
`--. \/ _ \/ __| '__/ _ \ __/ _` | '__| | | |
/\__/ / __/ (__| | | __/ || (_| | | | |_| |
\____/ \___|\___|_| \___|\__\__,_|_| \__, |
__/ |
|___/
Automtically fill-in HTML forms. Secretary is configured using a
formfile which is typically located in the Muffin preferences
directory. This formfile contains a list of name-value pairs commonly
found in HTML forms.
Form input fields with know names will be assigned default values from
the formfile. For example, assume the following is included in the
formfile
email=boyns@sdsu.edu
When Secretary finds a form input field similar to:
Enter your E-Mail address: <input type=text name=email size=20>
Secretary will insert a default value:
Enter your E-Mail address: <input type=text name=email size=20 value="boyns@sdsu.edu">
Example formfile:
firstname=Mark
middlename=R
middle=R
lastname=Boyns
name=Mark Boyns
contact=Mark Boyns
email=boyns@sdsu.edu
city=San Diego
state=CA
country=USA
url=http://www.sdsu.edu/~boyns/
homepage=http://www.sdsu.edu/~boyns/
Preferences
- Secretary.formfile
Location of formfile.
