In the Form Helper instructions we have the following example:
<input type="text" name="{exp:form_helper:field_grabber field_name='summary'}" value="{summary}" />
<input type="hidden" name="{exp:form_helper:field_grabber field_name='summary' which='format'}" value="br" />
What is the intent of the value="br"?
Thanks.
