Skip to:
I think it would be need if you have option of listing form fields (radio or checkbox) across the page.
Maybe this can be done with a new metadata<cfparam name="arguments.stMetadata.ftMultipleLines" default="TRUE">
Then<cfif arguments.stMetadata.ftMultipleLines><br class="fieldsectionbreak" /></cfif>
Blair suggested using CSS
Change has been added.
to use it<cfproperty ftSeq="210" ftwizardStep="Snap Quote" ftFieldset="Defaults" name="snapQuoteMember" type="string" default="0" hint="IRESS OPTION for member" ftLabel="Snap Quote: Member" ftType="list" ftList="0:Live,256elayed" ftRenderType="radio" ftValidation="required" ftMultipleLines="FALSE" /> <!--- TODO: AJM hack --->
I think it would be need if you have option of listing form fields (radio or checkbox) across the page.
Maybe this can be done with a new metadata
<cfparam name="arguments.stMetadata.ftMultipleLines" default="TRUE">
Then
<cfif arguments.stMetadata.ftMultipleLines><br class="fieldsectionbreak" /></cfif>
Blair suggested using CSS