1.5

HTML Input Placeholders & Multiple Value Fields
In the working examples, HTML input elements make use of the placeholder attribute to help
provide some indication of the type and format of the value expected to be entered / specified.
The following table lists examples of placeholders commonly used in the working examples:
HTML Expected Type Example Values
Single ID Value
l 2341
l 3
Single ID or Name Value (File Name)
l 2341
l Promo-EN-1000.csv
One or More ID Values (comma
separated)
l 2341, 2342
l 3456
Name (Text) Value
l ol-admin
l Section 2
Numerical Range
l 1, 2, 3
l 1-5
l 1, 2, 3-5, 6
Email Address Value
l john.smith@contoso.com
Server Hostname Value
l mailbox.contoso.com
Page 39