I bought the Chronoforms 3.1 for Joomla book to help me learn chrono forms. So far so good, but one problem with the dynamic subject. Followed the steps in the book and am using the code in the book and it does send the subject with the select_1 (which is a county in Oregon) but not the additional text before it. Can you tell me what I am doing wrong here?
we have Joomla version 1.5.2 and the chronoform version is V3
Thank you,
Diana
<?php
$name = JRequest::getString('select_1',
'' ,'post');
$subject = "County Candidate Information for $name";
JRequest::setVar('subject', $subject);
?>
we have Joomla version 1.5.2 and the chronoform version is V3
Thank you,
Diana