!--a11y-->
Use
The GET_INPUT_SHOWN_WITH_CAPTION method specifies the various display types of the title attribute of the <input> tag on the different WAP-enabled devices.
With some devices, Ericsson devices for example, the value of the title attribute appears as a label before the input field. In this case, you should not use another label before the input field.
Example
<% if client_info->get_Input_shown_with_caption( )=’X’.%>
<input title="text" name="test"/>
<% else.%>
text: <input name="test"/>
<% endif.%>