"> Send A Form Example

Send a Form

This form contains values previously filled in. Look at the template source to see how sending HTML is handled. Also, see how the value attribute in output elements is used to handle the select and radio box form fields.

Their Name: "> (The output element for this field has no newlines and is HTML safe)

Their Email: "> (The output element for this field has no newlines and is HTML safe)

Their Request:
(The output element here is HTML safe, but we want to keep the original newline characters as specified in the first textarea)

Their request is of priority:
(The output element here is used with a value attribute to write ' selected' for one of the options)

Send as HTML: (> Yes) (> No)
(The output element here is used with a value attribute to write ' checked' for one of the radio boxes)

Return to the examples page.


The Soupermail configuration file that made this page looks like this:


This page has been built from a Soupermail template called sendaform.txt. Look at the template with a text editor, and you'll see some interesting use of <output> elements.