Forum Post: RE: RB Required Radio Button field in version 2.2+

  • Thread starter Thread starter Godfrey Sorita
  • Start date Start date
Status
Not open for further replies.
G

Godfrey Sorita

Guest
Hi Ryan, You can use the code below as a workaround solution to your problem. script function toRequired(integName) { $('#rbi_F_'+integName).find("input").before(" div style='border-left: 3px solid #990000; width: 3px; height: 20px; float: left;' /div "); } $(function() { toRequired(' myradio '); }); /script **Change the text in yellow to the integration name of your radio button field. Regards, Godfrey

Continue reading...
 
Status
Not open for further replies.
Back
Top