Discussions
Categories
Choose a Product
THRUST SERVICES
CORE APPS
CE PRODUCTS
...
Quick Links
POPULAR
HELPFUL TIPS
Groups
My Links
FOR SIGNED IN MEMBERS:
Back to website
Home
TeamSite
TeamSite, LiveSite and OpenDeploy
CGI Parameter
System
Hi,
I am getting parameter to my callout like below
$cgi->{'form'}{'ProductCategories'}
when i call like this i am getting value for ex 1.
Now i want to pass label of selected one ?
Could any body let me know how to pass label to cgi-callout
ProductCategories is dropdown in my dcr.
<item name="ProductCategories">
<select>
<option label="Product1" value="1"/>
<option label="Product2" value="2"/>
</select>
</item>
Thanx in advance
Find more posts tagged with
Comments
There are no comments yet