[ad_1]
Hello @gorahul
The plugin includes a summary control to display summaries on the form. However, if you prefer to generate a custom summary in an “HTML Content” field, you can use DIV, P, SPAN, or any other HTML tag with a data-cff-field attribute containing a reference to a field name.
Ex.
Hello <b data-cff-field="fieldname1"></b>,
<p>You are <span data-cff-field="fieldname2"></span> years old, and your weight is <i style="color:red;" data-cff-field="fieldname3"></i> Kg</p>The output would be similar to:
Hello John,
You are 30 years old, and your weight is 65 Kg
Best regards.
