Does anyone know how to concat in CFV7? I'm trying to duplicate a form created in V6, but am having difficulty. See below, read data feeds a checkbox group and I want the "notes for trainer" displayed next to the "subject"
Forums
Concat
It's not letting upload images. Any advice?
In the "Fields to Retrieve" of the read data in CFV6, I had this
ID
CONCAT(Subject , ' [Notes- ' , Notes_For_Trainer,']'):text
Order1
In the "Fields to Retrieve" of the read data in CFV6, I had this
ID
CONCAT(Subject , ' [Notes- ' , Notes_For_Trainer,']'):text
Order1
Thanks for any help you can provide.
I ended up working this out by putting the following in the "Option Text" of the "dynamic options" section of the check box group. Basically just put to vars side by side, no need to type concat.
{var:Topics.subject} Notes- {var:Topics.Notes_For_Trainer}
{var:Topics.subject} Notes- {var:Topics.Notes_For_Trainer}
You need to login to be able to post a reply.