How To Get Smarty html_radios To Display An ID
erics, Posted October 1st, 2012 at 12:01:30pm
Add the parameter label_ids=true
. For example:
1 |
{html_radios name="yourName" label_ids=true options=$yourOptions selected=$smarty.request.yourName separator="<br/>"} |
Leave Your Comment
All fields marked with "*" are required.