I'm using Forms 10.1. I have a form that has multiple lookup rules. One of the lookup rules populates a drop down list. When the selection in the drop down list changes I need another lookup rule to fire to populate an input field based on the value selected from the drop down list. Do I need to use javascript to make this happen? If so, can someone provide a snippet. I've tried many variations of javascript to try and trigger the lookup and I can't seem to make it work.
If it has any impact on the issue I'm using the same stored procedure to populate both the drop down and the field, but with separate lookup rules.
Thanks.