Adding form name to subject email for admin

maruchi 28 Aug, 2014
Hello,
I've spent hours trying to find info about this but and I can't!

I'd like to dinaymically add form name to subject email. Is it possible? I was traying this php variable, but doesn't load: $form->form_details->name

Thanks in advance!
GreyHead 29 Aug, 2014
Hi maruchi,

I think that was the code for ChronoForms v4 in CFv5 you can use
<?php
$form->data['form_name'] = $form->form['Form']['title'];
?>
which will add the form name to the $form->data array.

Bob
This topic is locked and no more replies can be posted.