Input Email
The purpose of this element is to allow the entry of one or more email addresses. It's similar to the Input Text element and addresses can be typed right into it.
Using It
This element's attributes are the same as those of the Input Text element with include one additional attribute:
Attribute | Description |
---|---|
Multiple Addresses | When set to True, multiple email addresses, separated by commas or semi-colons, may be entered. |
This element can be used by itself or within an Input Grid element to make alignment with other Input elements easier, and a special element, Validation.Email, is available to ensure that valid email address values are entered by the user.
New for 14.1 Adding HTML Attribute Params to your User Input elements enables you to apply your application to work with other frameworks or libraries easier. Depending on the type of HTML Attribute Params you add, there will be different parameters available to use, or you can define your own parameters. If an attribute was set in both Element and HTML Attribute Params, the one set in the HTML Attribute Params will be ignored.
Getting Its Data
The data entered into this element will be available in the next Report or Process task by using an @Request token. For example, if the element's ID is set to inpEmail, then its data will be available as the token @Request.inpEmail~.
More Information
For additional information, see the Element Reference entry for Input Email.