Formatting for Solution_Summary
Desired Capability: Formatting for Solution_Summary
Goal: I would like the ability to leverage markup formatting for the Solution_Summary field in the same manner as we have with "Formatted_Service_Description" and other similar fields.
Comments: 1
-
17 Jan
Jon Scott AdminI've actually been leaning towards using "Terms and Conditions" text fields for this type of thing. You can actually use markdown natively in those fields. Then use this type of Merge Input:
«terms_and_conditions:each(term)»
«term.slug:if(solution_summary?)»
Solution Summary
«=term.formatted_content»
«term.slug:endIf»
«terms_and_conditions:endEach»