2021.1

Table Of Contents
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
String Value
l letter-ol.OL-template
l ol-admin
l Section 2
l John Smith
One or More String
Values (comma
separated)
l Pablo, Micheal, Maria
Number Value l 453
l 167.05
Page 145