• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: how to stack the result of checkboxes in the email

how to stack the result of checkboxes in the email 13 years 5 months ago #15525

  • jakobe
  • jakobe's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
I had this problem and it took a long search on the forum to figure out such a simple thing...hopefully this helps as there is no tutorial to be found from RsJoomla regarding this.


When you create a check box and the items are selected to flow vertically.
The choices look like this in your form component items area.

item1
item2
item3
item4


When the user fills out the form and selects more than one item however the email you get looks like this.

My checkbox:
item1item2item3

which is completely incomprehensible when you have many items or you are trying to enter this data into a database


So....in order for them to display properly in your emails do this.

Just Enter your checkbox choices as:

item1</br>
item2</br>
item3</br>
item4</br>


now..in your emails they will display like this

Field Name:
item1
item2
item3



of course this is given that this is how your emails are setup to display

{My checkbox:caption}
{My checkbox:value}


cheers!
The administrator has disabled public write access.

Re: how to stack the result of checkboxes in the email 13 years 5 months ago #15529

Great suggestion indeed...

I was looking for a solution to this exact problem as well. This seems to be a good solution, but it also creates a space between the items on the front end of the site, which is not bad at all if one just has a small handfull of selections... The issue for me is that i have many items to select, 40, 50, or more... so it stretches the form out considerably when i need the larger selections to be tight.

Any ideas, suggestions?

Thank you,
The administrator has disabled public write access.

Re: how to stack the result of checkboxes in the email 13 years 4 months ago #15595

  • NDeacon
  • NDeacon's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
the field attribute of the check box field needs to be horizontal. this way the additional line break won't occur when you manually insert the "<br>".
The administrator has disabled public write access.

This message has been removed by user's request. 4 years 10 months ago #40271

  • e1baa5e4b796521191eb58cb1555ca33@RSJOOMLA_DELETED
  • e1baa5e4b796521191eb58cb1555ca33@RSJOOMLA_DELETED's Avatar
This message has been removed by user's request.
The administrator has disabled public write access.

how to stack the result of checkboxes in the email 4 years 10 months ago #40298

  • adrianp
  • adrianp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 631
  • Thank you received: 146
Hello,

You don't need to include anything in particular within your checkbox items. When using its placeholder, this is designed to take into account the configured "Multiple Selections Separator" (while editing your form > Form Properties > Form Info) that you can set it to "<br>" (without quotations).

Then within your email body, you would simply place the checkbox's placeholder:

{videochoice:value}
This is not official customer support. To receive your support, submit a support ticket here.
The administrator has disabled public write access.

This message has been removed by user's request. 4 years 2 months ago #41002

  • e1baa5e4b796521191eb58cb1555ca33@RSJOOMLA_DELETED
  • e1baa5e4b796521191eb58cb1555ca33@RSJOOMLA_DELETED's Avatar
This message has been removed by user's request.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!