September 9, 200421 yr Newbies Hi, I have 5 radiobuttons with different values. Is it possible when i click one of the buttons that a script is automatically performed? thanks
September 9, 200421 yr I would disable field entry on the radio buttons (under field behavior) then create a hidden button behind each radio selection. Have that button execute a script that sets that value in the radio field and then performs the desired function. This will appear to have the same functionality that you are trying to achieve without having to use 3rd party plug-ins. To create the hidden field, just creat a square with no lines, with a fill color that matches the background. Right-click the square and Specify Button...
September 9, 200421 yr Hi I would like to have radio buttons that come from a value list of 200 values and when I click on the button it would execute a script and change the color of that radio button. Does this work by what you are saying here? STann
September 9, 200421 yr Author Newbies Doesn't work cos you loose the selection dot in the radiobutton when selected....
Create an account or sign in to comment