We have a form that has a Table that includes a drop-down field that is populated from a database lookup. There is a hidden single line field outside of the table. The table can have values manually added to it or it can be pre-populated based on another field outside of the table.
I am in need of some JavaScript that will evaluate the selected values of the drop-down field for each row, whether done by the lookup or manually selected, and if any of the values contain ASK add the value of Yes to the single line field outside of the table.
Anyone have any ideas?