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 :?
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 :?
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:
Cheers
Max
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
This topic is locked and no more replies can be posted.