How To Get Smarty html_radios To Display An ID
erics, October 1st, 2012
Add the parameter label_ids=true. For example:
1 |
{html_radios name="yourName" label_ids=true options=$yourOptions selected=$smarty.request.yourName separator="<br/>"} |