• 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: Show all fields in multi-select field

Show all fields in multi-select field 4 years 5 months ago #40729

When sending the form results either via email or PDF, is there a way to show all fields in a multi-select form, and then which one(s) were selected? For example the resulting email would look something like.

_X__ option 1
____ option 2
____ option 3
_X__ option 4

If not, is there a way to either put a comma or line break between the value like either;

option 1, option 2

or

option 1
option 2
The administrator has disabled public write access.

Show all fields in multi-select field 4 years 5 months ago #40742

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

If you're referring to a multi choice field like a dropdown/checkbox, then its placeholder will always only return selected choices. Example placeholder, if you've named your dropdown "myDropdown" then it's exact placeholder to be placed in your email or PDF would be "{myDropdown:value}" (case sensitive).

A property "Multiple Selections Separator" is provided to change the separator of multiple value fields (while editing the form > Form Properties > Form Info) when placeholders return information. If you set this to comma, then comma will be included between returned choices.

If this is about different fields, a specialized IF syntax is provided to dynamically control your email/PDF body based on submitted values, or even if values were submitted at all.
This is not official customer support. To receive your support, submit a support ticket here.
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!