based on a dropdown selection within a form, i need to conditionally change the FORM Action target filename value.
the JS might look like:
IF (dropdownvalue='Special') Form.Action='NewFileName';
what syntax construct do i use to get at the dropdown value and the FormAction
thanks
Start Free Trial