Hi
I tried do build a dynamic E-Mail Subject with your Tutorial
http://www.chronoengine.com/faqs/52-cfv4/cfv4-emails/2569-how-do-i-create-an-email-subject-using-data-from-the-form.html
But maybe it doesn't work with chronofroms5?
I used this code:
I have the Email [GH] action (v4). Can i use this with chronoforms5?
Thank you
Chris
I tried do build a dynamic E-Mail Subject with your Tutorial
http://www.chronoengine.com/faqs/52-cfv4/cfv4-emails/2569-how-do-i-create-an-email-subject-using-data-from-the-form.html
But maybe it doesn't work with chronofroms5?
I used this code:
<?php
$form->data['subject'] = "A Message from: {$form->data['input_first_name']} {$form->data['input_last_name']}";
?>
I have the Email [GH] action (v4). Can i use this with chronoforms5?
Thank you
Chris