Forums

Concat

jformicola 14 Oct, 2022
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"
jformicola 14 Oct, 2022
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
jformicola 14 Oct, 2022
Thanks for any help you can provide.
jformicola 11 Nov, 2022
Answer
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}
You need to login to be able to post a reply.