Hi,
I'm relatively new to Composite C1, so treat me like an idiot. I have modified the native ContactForm to allow two additional optional fields. This has worked well, except for one (hopefully) minor detail.
One of the fields I added is a Global Data Type, which contains a Department Name and a Contact Email address. This is displayed on the contact form as a drop down list. The selection determines which email address the message will be sent to, and is also supposed to display the Department Name in the email body.
I have modified the email template to include the new field. I did this via the Visual Editor. I selected Insert -> Field, and then selected my field which is called Department.
This works, except that when the email arrives, the value in the Department cell is the GUID of the data item, and not the Department Name.
Is it possible to instruct which field to use from the data type..?
Thanks for your help.