Hello @emolotel
I’m not sure about your question, however, if you want to customize the summary in the thank you page after submit the form, you should to use the shortcode for the results, and insert the fields’ tags by separated.
For example, assuming you want to display in the thank you page the fields: fieldname1 and fieldname2 with their labels in bold and values in italic, you can insert the shortcode as follows:
[CP_CALCULATED_FIELDS_RESULT]
<p><b><%fieldname1_label%></b>: <i><%fieldname1_value%></i></p>
<p><b><%fieldname2_label%></b>: <i><%fieldname2_value%></i></p>
[/CP_CALCULATED_FIELDS_RESULT]
More information in the following link:
https://cff.dwbooster.com/documentation#thanks-page
Best regards.