Hi,
I'm trying to change a field in a form based on the change of a select list on the same form. I want to do this without submitting the page. I've been able to do this via dynamic actions and Change/DOM Object, the DOM Object being the select list. The text area that I want to change text in is working properly in this regard, without submitting the page.
However, I can't get the select list to actually change to the value that I select. It doesn't matter if I use a dynamic action to submit the page (a second "TRUE" statement after the "change the text area" statement), or select "Submit Page" under "Page Action when Value Changed" in the element properties itself. The select list doesn't change to the new value I select. Is this a bug in 4.2? I can't think of an instance where I WOULDN'T want the value I select to be submitted when I use the select list. Any help out there? Thanks.