Hi,
In order to save a comment with the resource_form tag you must use the resource_save_revision radio/checkbox to tell resources mod to save a revision of the resource. If it’s set to “Yes” then a revision is saved along with the contents of the comment box. In the latest build of resources, which 1.7, the comment field in the resources form displays the comment of the last revision saved.
Use the following in your template.
{resource_save_revision}
{options}
<label>{option_name}</label>
<input type="radio" name="{field_name}" value="{option_value}" />
{/options}
{/resource_save_revision}
Please try the above and report back issues. Thanks.
-brian