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...
Continue reading...