• Payment Plugins Poll

    We need your feedback on the need for updated payment plugins. Please go here and give us your feedback.

  • Joomla 5.1

    For running J!5.1 you must install Fabrik 4.1
    See also Announcements

  • Subscription and download (Fabrik 4.1 for J!4.2+ and J!5.1) are working now

    See Announcement
    Please post subscription questions and issues here

    We have resolved the issue with the J! updater and this will be fixed in the next release.

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
 
Back
Top