updating value taken from radiobutton

cap

Member
hello, i have a field that output a text according to the choice of a radiobutton
This text is correctly saved, but it s not displayed in realtime when i change the radiobutton choice
Hox can be done?
here the code i use to get data from raddiobutton

Code:
$radiohaart = '{lista___haart_raw}';

if ($radiohaart == 'SI') {return 'E';}

if ($radiohaart == 'NO') {return 'NE';}

if ($radiohaart == '') {return '';}
thanks
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top