Forum


Calc Builder Support

Calc Builder support
Forums
Public write access is disabled. Please login

Copy of email send & remove form at results 18.04.2014 15:32

Hi,

I have 2 questions:

1) is it possible to send me a copy (BCC) of the email that a user of my calculator sends to himself?
2) is it possible to remove the form on the page where you show the results?

Thanks in advance!

--Mirjam

Re: Copy of email send & remove form at results 19.04.2014 10:04

Hi,
there's no option to configure a blank copy, but you can introduce a code tweak at the function in charge of sending the email and force a blind copy to your preferred destination. Edit:

joomla\components\com_calcbuilder\models\calcbuilder.php

function getEnvioWrapper ,about line 667 you will find:

$mailer->addRecipient($email);
add this new line below:
$mailer->addBCC("youremailaddress@mail.com");


About removing the form, you can get it adding a javascript instruction in order to hide input section. Go to your calculator configuration->javascript->executed after calculate execution, and add


CB(".cb_form").hide();


This should do the work.

Regards
Moonsoft Team
www.moonsoft.es

Re: Copy of email send & remove form at results 22.04.2014 13:23

Thanks for your quick reply, it works perfectly!
Are you satisfied with our products/services/support?
Please help us to keep improving, add a review at  joomla extensions site and  magento connect

Our clients' feedback