Setting The Checkbox Selection In The Form Builder - Question | JoomShaper

Setting The Checkbox Selection In The Form Builder

M

mti

SP Page Builder 9 months ago

Is it possible to set the checkbox so that when the client selects several options from the menu, the selected options are written in the received e-mails, each selected option in one line and not all together in one line in a row? Thank you

0
3 Answers
Asfakur Rahman Saikat
Asfakur Rahman Saikat
Accepted Answer
Support Agent 9 months ago #180162

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

0
M
mti
Accepted Answer
9 months ago #180232

it helped me, thank you

0
Asfakur Rahman Saikat
Asfakur Rahman Saikat
Accepted Answer
Support Agent 9 months ago #180269

You're very welcome! I'm glad it helped.

0