Auto populate contact subject line? - Joomla! Forum - community, help and support


hello,

want have subject line auto populate page tittle contact form. however, need help. please, how add code similar code below auto populate subject line within default contact form joomla 2.5?

<?php
function gettitle($url){
$str = file_get_contents($url);
if(strlen($str)>0){
preg_match("/\<title\>(.*)\<\/title\>/",$str,$title);
return $title[1];
}
}
?>






Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

After Effect warning: A problem occurred when processing OpenGL commands

Preconditions Failed. - Joomla! Forum - community, help and support