• 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: Return Checkbox label and values in Email

Return Checkbox label and values in Email 12 years 6 months ago #19559

  • Toad78
  • Toad78's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 27
Currently using RSForm! Pro 1.4 and am trying to return a checkbox group of values with the labels of each checkboxed items within the group in an email.

Right now, it's returning the checkbox group values with only the checkbox group name, which doesn't make sense.

The code I have is below:
<table border="0" cellpadding="5" cellspacing="5">
<tbody>
<tr>
<td align="left" valign="top">${swimclubmem1:value}</td>
<td align="left" valign="top"><strong>:{swimclubmem1:caption}<br /></strong></td>
</tr>
<tr>
<td align="left" valign="top">${swimclubmem2:value}</td>
<td align="left" valign="top"><strong>:{swimclubmem2:caption}</strong></td>
</tr>
<tr>
<td align="left" valign="top">${decliningbalance:value}</td>
<td align="left" valign="top"><strong>:{decliningbalance:caption}</strong></td>
</tr>
<tr>
<td align="left" valign="top">${unlimitedgolf:value}</td>
<td align="left" valign="top"><strong>:{unlimitedgolf:caption}</strong></td>
</tr>
<tr>
<td align="left" valign="top">${weekday:value}</td>
<td align="left" valign="top"><strong>:{weekday:caption}</strong></td>
</tr>
<tr>
<td align="left" valign="top">${juniorgolf:value}</td>
<td align="left" valign="top"><strong>:{juniorgolf:caption}</strong></td>
</tr>
<tr>
<td align="left" valign="top"><strong>${Total:value}</strong></td>
<td align="left" valign="top"></td>
</tr>
</tbody>
</table>

Is there an easy solution to this?
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!