Hi,
I use a checkbox group, which is populated by using Dynamic Data loaded from a DB table.
For example:
{ID:180, Title: Bristol}
{ID: 182, Title London}.
My Checkboxes then Display as :
[] - Bristol (The checkbox value is the ID(180));
[] - London (The checkbox value is the ID(182));
When the form is completed, the values are stored in a DB cell correctly (180, 182).
However, in the email, I want to send the text value of "Bristol" or "London" rather than the ID?
Is this possible? How can I access the Checkbox 'Text Key' rather than the 'Value'?
The email should read: "Hi, A new user has registered, and has selected Bristol, London.".
But, it currently reads : "Hi, A new user has registered, and has selected 180, 182."
All help greatly appreciated!
Thanks
I use a checkbox group, which is populated by using Dynamic Data loaded from a DB table.
For example:
{ID:180, Title: Bristol}
{ID: 182, Title London}.
My Checkboxes then Display as :
[] - Bristol (The checkbox value is the ID(180));
[] - London (The checkbox value is the ID(182));
When the form is completed, the values are stored in a DB cell correctly (180, 182).
However, in the email, I want to send the text value of "Bristol" or "London" rather than the ID?
Is this possible? How can I access the Checkbox 'Text Key' rather than the 'Value'?
The email should read: "Hi, A new user has registered, and has selected Bristol, London.".
But, it currently reads : "Hi, A new user has registered, and has selected 180, 182."
All help greatly appreciated!
Thanks