- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
I have a field with a drop down list on my form where the user can also enter something some value not in the drop down list.
Now I want to check if the value the user entered is in the drop-down list. Generally speaking if a value of a field is in a table.
I am wondering if there is something like
if (this.rawValue is in table) then do something
or if I have to loop over the table to compare the values of the field and the table.
Thank you.
Regards,
Martin
Views
Replies
0 Likes
Total Likes