Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Instantiation Form
dpsiingh
In my instantiation form, I am populating a Select List by parsing a text file. But when I am trying to retrieve the value of the List using __VALUE__ it is returning the subscript of the List instead of the actual Values. How to get the Values ?
Ex. Text File is
Group: A,B,C,D
I am populating the list with A,B,C,D. If the user selects B, then instead of B, it is returning 1. How to get the value B ????
Find more posts tagged with
Comments
iwovGraduate
Are you using label/value in your HTML for select ?
Post your code (relevant snippets)
See documentation on HTML <option> tag.
What version of TS ?