Forum


Calc Builder Support

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

calcbuilder send by email to error 17.12.2012 12:52

Greetings!

I have built my calculator and i've enabled "Show send by email?"
but when i enter an email and click on "send by email":

- an alert window pops up with the html code of the "exit layout" of my calculator
(eg: <table border=" " /><tbody /><tr /> etc.)
- and the email is not sent

any ideas why?

Re: calcbuilder send by email to error 17.12.2012 14:12

Hello,

This bug is reported and solution will be included in future version. You can solve it by changing few lines of code. In JOOMLA/modules/mod_calcbuilder/tmpl/user.php (line 258) after:

vars.each(function(elem){
elem.inject(form);
});

add the following lines:

var elemTemp = new Element('input').setProperties({
type:'hidden',
name:'task',
value:'sendEmail'
});
elemTemp.inject(form);
elemTemp = new Element('input').setProperties({
type:'hidden',
name:'email',
value:emailValue
});
elemTemp.inject(form);


If you need more help, please place a ticket at Helpdesk in Customer Area.

Sorry for inconveniences. Regards,
Moonsoft Team
www.moonsoft.es

Re: calcbuilder send by email to error 17.12.2012 16:08

I can wait for the fix, as i prefer it from editiing files, as long as it's coming soon.

Btw, 1 more question: if I want to update from version 2.1.0 to a newer version, will i need to export/import my calculators? or do something else that needs special attention?

thank you in advance for your answer.

Re: calcbuilder send by email to error 20.12.2012 19:28

Hello,
ok, in case you finally need it before we can release new version, place a helpdesk ticket, and we could attach the modified file just to overwrite.

When installing a new version, or moving calculators among servers, you just have to export the calculators before unistalling, all information is saved that way.

Regards
Moonsoft Team
www.moonsoft.es
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