investments
Member
I'm using the send message plugin as my contact us form, but I would like to set up another contact form on another page (with different fields etc). Is that possible using the send message plugin?
$donatearray = array('donatepremium' => 1);
$action = array_merge($action, $donatearray);
<div>
{$lng->mail_sent}
</div>
$TMPL['content'] = $LNG['mail_sent'];
$TMPL['content'] = $this->do_plugin_skin('./plugins/SendMessage','thankyou');