ok, I read the FAQ on this, but I just can't seem to get it to work. My email is sent with no subject. Here is my setup, thanks in advance for your help.
Tab: Setup emails
Heading: Dynamic Subject
Value: dynsubject
Tab: Form Code
Heading: On Submit code - before sending email:
Value: <?php $form->data['dynsubject'] = "Contact Us Form Submitted from {$form->data['email']}"; ?>
'email' is a field name in the form.
Joomla 1.5.26
ChronoContact v3.2
Tab: Setup emails
Heading: Dynamic Subject
Value: dynsubject
Tab: Form Code
Heading: On Submit code - before sending email:
Value: <?php $form->data['dynsubject'] = "Contact Us Form Submitted from {$form->data['email']}"; ?>
'email' is a field name in the form.
Joomla 1.5.26
ChronoContact v3.2