We have a Dynamic, Reader Extended, Livecyce form from which we need to
pass two user selected values to an external script. The values need to
be passed via a URL, and cannot be static entries, but need to change
based on user input.I have tried variations on the following example,
without success.form1.page1.button::click - (JavaScript, client)var
userselected1;userselected1 = form1.page1.field1.rawValue;var
userselected2;userselected2 =
form1.page1.field2.rawValue;xfa.host.gotoURL("http://our...