SuperOffice CRM tarjouspyyntö
SuperOffice CRM tarjouspyyntö
[insert_php]
$eMarketeerMessage = htmlspecialchars($_GET[”message”]);
if(!is_null($eMarketeerMessage))
{
if(!empty($eMarketeerMessage))
{
echo ’
Kiitos tarjouspyynnöstäsi! Otamme sinuun yhteyttä mahdollisimman pian.
’;
}
}
[/insert_php]