The following table shows all the possible tags used by PonyExpress forms for writing to a web page. Depending on what your form does, you may only need a few of these in your form.

Special Tags for PonyExpress Forms

Tag NAME

How to Use

Sample Tag VALUE

Guestbook/Web Page

output

Specify the file name of the output HTML file. By default, this is output.html. A clever use of this is to output to one of multiple files, using a <SELECT> menu to specify the name of the output file. guestbook.html

output_template

Specify the file name of the HTML file template. By default, this is output.template. template.html

mail_to_admin

Set this variable to “yes” if you are also sending an email to the form owner. If you do not include this tag, mail will not be sent if you are writing to an HTML page. yes or no