Forum OpenACS Q&A: Re: having an astrix show up on the form template if the Q is required

This will add a * for form elements which are not defined as optional (ie, required):

<if @elements.optional@ nil><font color=red>*</font></if>