• Fabrik4.5.3 for J!5.3.0 and J!4.2+is out

    You must update from Fabrik4.5.1 if you are running Joomla!5.3.0

    See Announcements

updating value taken from radiobutton

  • Thread starter Thread starter cap
  • Start date Start date
C

cap

Guest
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
 
ahhh ok
yes i enabled ajax and it works!
thanks a lot!
 
Last edited by a moderator:
Back
Top