Hi MTI,
Thank you for your question.
To format checkbox selections properly, ensure each selected value appears on a new line in the email body. For example, if the color options red, green, and blue are selected, they will be displayed separately.
Here’s how to configure the email body in your form builder:
<p><strong>Email:</strong>{{email}}</p>
<h1> Here is your selected colors </h1>
<p>{{red}}</p>
<p>{{green}}</p>
<p>{{blue}}</p>
Screenshot of the configuration: https://prnt.sc/9lecyqDLrA36
Example of the received email: https://prnt.sc/Bsl7OIF6L5yM
If this doesn’t resolve your issue, please provide more details so I can assist further.
Best regards