Looking for Javascript to run calculation after selecting radio button
Hello!
Just learning about the capabilities of javascript in Acrobat, so please bear with my terminology -
What I am looking to do is when a user selects the their preference for "Size" radio button with Small, Medium, or Large as the options the numerical value of a different text field is limited to certain increments.
Example:
If used selects Large then the value of the text field can only be input as increments of 50 (50,100,150,200,250...)
Is this even possible in Javascript? I know it would be easier to solve in HTML, but I am limited to Javascript at the moment.
