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)
FormAPI
explorer
In dct a replicant has two items
1) text item
2) select item
onItemChange/OnReplicantAdded ... I have to validate text item and select dropdown menu item for duplicate/blank/validation-regex using fromAPI.
For 1) text Item I am able to do it but for 2) drop down menu select I am not able to validate.
Please give pointer for gettomg drop-down menu item using formAPI in a replicant.
[html]
productCode:
Enter only 10 digits
productName
[/html]
Find more posts tagged with
Comments
Adam Stoller
You didn't post the FormAPI code you're trying to use.
My guess is that you didn't read the manual carefully enough to determine how one retrieve the actual value of a select list.
So I suggest you go back to the manual, read it carefully, and if you're still having problems post the code you're trying to use (properly formatted for the forum)
explorer
Thanks Ghoti,
I read the pdf again and did modification in given example of pdf .
Now I am able to get value of drop down selection.
Thanks again Ghoti.