<input type="text" name="email" value="$email"/>When the form is loaded, the variable reference $email has no value, and “$email” is output to the form field.
<input type="text" name="email" value="$!email"/>When the form is loaded in this case, the variable reference $email has no value, and an empty string is output to the form field.
OpenText StreamServe 5.6 | Updated: 2013-03-01 |