< Back

Document Subject: Multivalue Text field changes to TextArea on Web
Hint Short Cut: Add this to your code & documentation to help you find this page.
http://#WebMultivalue or http://A555F9/nn.nsf/ByAlias/WebMultivalue
This is a peculiar result which is to do with setting the "Display separate values with:" option to "Newline".

The field is changed from a Text to a TextArea.

This means that if you have type="hidden" in the HTML attributes the field will not be hidden as TextAreas do not have the type property.