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?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
$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');