Suggestions Form

Command link:     /suggest
HTML document:  suggest_web.html

<!--{toplogo}--> Inserts the <HTML> and <BODY> tags that begin an HTML page and displays the HTML defined in the TOPLOGO Web option. This must be the first line in the suggest_web.html file.
<!--{patron}--> Displays patron identification
<!--{startover}--> Generates a Start Over button which goes to the URL defined in the XSTARTOVER Web option.
<!--{suggestform}--> Builds the correctly-formatted <form> inputs.
<!--{botlogo}--> Displays the HTML defined in the BOTLOGO Web option and inserts the </BODY> and </HTML> tags that finish an HTML page. This must be the last line in the suggest_web.html file.

For advanced customization of the form, the <!--{suggestform}--> token can be replaced with the following:

<form method="post">  
<!--{suggestion}--> Builds the <form> input text area
<!--{submit}--> Creates the Submit button for the <!--{suggestion}--> form
</form>  
NOTE

The <!--{toplogo}--> token provides the opening <HTML> and <BODY> tags and must be the first item on the page. Similarly, the <!--{botlogo}--> token provides the corresponding </BODY> and </HTML> tags and must be the last item on the page.

You can create separate custom forms for each combination of language, scope, and patron type by using the following naming convention:

suggest_web_LANG_s#_p#.html

LANG The language code (spi for Spanish, frc for French, etc.).
s# The number of the scope (s1, s2, s3, etc.).
p# The patron type or PTYPE (p0 or p243, etc.).

For a current example of this form, see the appropriate example set in WebPAC Example Sets and Photoshop Files on CSDirect.