When I select other from drop down menu, I need to display a text box. Can you guys tell me how to achieve it?
This in my Team Site dct file:
<item name="Body.subHeading" pathid="Body.subHeading">
<description>Body</description>
<label>Body</label>
<select required="t" size="1">
<option label="Dimensions" value="en_AU"/>
<option label="Weight" value="en_UK"/>
<option label="Batter" value="en_US"/>
<option label="Other" value="en_US"/>
</select>
</item>