I'm doing a contact form where I use the {cf_id} to identify the emails, like submitting a ticket.
Actually, I have no problem with this code in the email's body, this is the code that I'm using right now
But the problem is that I want it to also be displayed in the email's subject. May someone help me with this issue?
thanx!
Im using joomla 2.5 y CF V4
Actually, I have no problem with this code in the email's body, this is the code that I'm using right now
<?php
$form->data['cf_id'] = $form->data['chronoform_data']['cf_id'];
?>
But the problem is that I want it to also be displayed in the email's subject. May someone help me with this issue?
thanx!
Im using joomla 2.5 y CF V4