Forums

Combination of static and dynamic Subject

itenbrink 04 Jul, 2009
I would like to have a combination of dynamic and static Subject for an eMail sent by chronoforms.

It should be the ID and a text...

In another posting my problem displaying the ID was solved:

In this case the ID + text should be the subject.

Thanx :?
Max_admin 06 Jul, 2009
Hi,

add a dynamic subject to your email and add a non existent field name, then use this code to set the data under the onSubmit before email code box:


<?php
JRequest::setVar('non_eexistent_field_name', 'any data'.'my id data');
?>


Cheers
Max
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
This topic is locked and no more replies can be posted.