Hi
I am unable to get a dropdown to be part of the subject
I have followed the link below
http://www.chronoengine.com/faqs/52-cfv4/cfv4-emails/2569-how-do-i-create-an-email-subject-using-data-from-the-form.html
I have test a Field and that works fine - Am I missing something
Kel
I am unable to get a dropdown to be part of the subject
I have followed the link below
http://www.chronoengine.com/faqs/52-cfv4/cfv4-emails/2569-how-do-i-create-an-email-subject-using-data-from-the-form.html
I have test a Field and that works fine - Am I missing something
Kel
Hi gilesk,
What code have you used and what result do you get?
Please drag a Debugger action into the On Submit event, then submit the form and post the debug - including the 'dummy emails' results here.
Bob
What code have you used and what result do you get?
Please drag a Debugger action into the On Submit event, then submit the form and post the debug - including the 'dummy emails' results here.
Bob
Hi Bob
I was able to finally get the drop down to be part of the subject
For some reason, just having a single word in the field name didn’t work i.e. job
When changed to “job_title” it worked perfectly
I do have another question
How do I get the “Database View” to work?
I was able to finally get the drop down to be part of the subject
For some reason, just having a single word in the field name didn’t work i.e. job
When changed to “job_title” it worked perfectly
I do have another question
How do I get the “Database View” to work?
Hi Kel,
In the Forms Manager select the table you want to view in the drop-down in the Connected Tables column. Click a record id to view a record.
This will work if the record id is 'id', if not you can add a list of column names and titles in the DB Viewer box e.g.
Bob
In the Forms Manager select the table you want to view in the drop-down in the Connected Tables column. Click a record id to view a record.
This will work if the record id is 'id', if not you can add a list of column names and titles in the DB Viewer box e.g.
cf_id=ID
title=Title
content=Content
. . .
Bob
This topic is locked and no more replies can be posted.