
razvan - 2011-03-04 17:45:26 -
In reply to message 2 from David Hyland
Thank you for your comments!
Yes the ID part I can do but it will be a small problem with the radio buttons (the name is always the same)
I think the ID for radio will be NAMEVALUE or something like that.
I'll think about it, it will be a problem if you use same name for a fieldset and a input field.
The ID right now, can be added using the $field_style ( array("ID" => "somename") )
And the tabindex I wanted to do but the problem was the order of the fields...
You know... you add the fields in some order, but if you use another order with the fieldsets, it won't work.
If your function works, I'll put it there along with your name.
Thanks again!