sorry for the title, didn't really know how to describe in such a short space.
basically i have a list, i would like each item on that list to be a radio option as part of a radio group (i.e. the full list) and when a link is pressed is submits the form, is this possible?
i was looking for
PHP Code:
onclick="form.submit()"
and some css
HTML Code:
.classnameforinput{ display: none; }