
The Smart Form Mailer
Back to SEND IT! Technical Reference Guide
SEND IT -- Save Results Example
In this example we will save the data that is input to a file in
pipe delimited format. A pipe is the bar character found above
the back slash on most keyboards. So it will look like
value1|value2|value3.
To accomplish two reserved field names are used Save Results File and SaveTemplate. Save Results File contain the path to file to hold the input fields. The SaveTemplate defines how the information will be stored. For our example the SaveTemplate will be [Value 1]|[Value 2]|[Value 3]. The fields Value1, Value2, and Value3 are required fields.
If the SaveTemplate is not supplied, the values will be stored in columular fashion -- Field Name: Field Value.