|
|
||||||
![]() |
![]() |
|||||
|
NOTE!!
This Form Service is available only to the Saint Mary's Community
The default subject of the e-mail message you receive when the form is submitted is the URL of the form. Since every form will have a unique URL this results in a unique subject header in the e-mail messages from each of your forms. You can change this by using the $subject hidden field. eg. <input type="hidden" name="$subject" value="My favorite Subject">
If certain fields in your forms need to be filled or selected by the form user, you can enable a mandatory option for those fields by using pre-defined hidden field $mandatory. The tags:
St. Address : <input type="text" name="address" size=40>
City : <input type="text" name="city" size=40>
Zip : <input type="text" name="zip" size=10>
<input type="hidden" name="$mandatory" value="address, city, zip">
<input type=submit value="Submit Address">
After the form is submitted, you can send the user to another URL with the '$next_url' option. This option will be executed only when the form submission is successful. Eg. <input type="hidden" name="$next_url" value="http://www.saintmarys.edu/"> In the above case, a continue hyper_link will be shown to the user after the form is submitted. In the above example, clicking on continue will navigate the user to Saint Mary's Home page. You can use the 'value' field to point to any valid URL.
Viewing and Replying to Responses from Your Form
To use this method use "file" as the $SMCmethod.
To access the text file: http://www.saintmarys.edu/server-bin/showme.cgi/[partial_form_url] where partial_form_url is the path part of the form URL.
The html generated from the form is stored in your home directory in a directory named WWW/FORMS. Each of your pages will be stored in FORMS/formname.html.
To use this method use "verify_file" or "verify_email" as the $SMCmethod.
Use the browsers Back button to go back and make any changes.
About the Saint Mary's Forms Service
CGI is a privileged service due to the security concerns that are introduced by this interface. Since we have received a large number of requests for forms capability from our user community we have developed this generic solution which gives forms capability to any user without the need for custom CGI programs. This service has been implemented so that any Saint Mary's user can deploy HTML forms in their WWW directory in the same way as other HTML files. FORM providers can currently view the feedback from Web users via personal e-mail or a text file. Our goal is to provide a functional www forms service that does not require you to write a CGI program to handle the output of your forms. If you have any suggestions for the improvement of this service please send them to www@saintmarys.edu.
|
||||||