I have a situation where I need to display a dialog box when a specific field value is changed by the user in an InfoPath form.
I have a field called STATUS in the InfoPath form. When this field is set to a particular value, a dialog box needs to show up and the user needs to have to enter the value of some other fields (field1, field2 fields3) . So basically the intent is to force the user to enter values in field1, field2 and field3 when he sets the STATUS field to a particular value.
How can I do this in InfoPath 2010 BROWSER form ?
UPDATE: this is an InfoPath list form (based on customizing a SharePoint list), so it seems like there is no way to add code (using the developer tab in InfoPath) to such forms. So is this thing possible using something like JavaScript or something like that?