Forum


Calc Builder Support

Calc Builder support
Forums
No se permite escribir sin estar logado. Por favor, login

Sending results to email address 03.10.2013 14:37

Hi there,

I want to send ALL my form results to an email address, including my "inline results". But when I try to configure this in the preferences tab, it seems that the only fields that can be included are textfields!

Is there any way to include other field types than textfields?

Please help!

Re: Sending results to email address 03.10.2013 14:56

Already found a solution! I can include fields in the "Print preferences" tab! I was looking at the wrong section.



Edited by moon_1270 - 03.10.2013 15:27

Re: Sending results to email address 03.10.2013 18:50

Right, glad it worked!

Regards
Moonsoft Team
www.moonsoft.es

Re: Sending results to email address 04.10.2013 16:15

But I do have another question!

I'm trying to make a simple contact form with a calculator. The calculator is exactly the same as your Inline Results example, found at the bottom of http://demo.moonsoft.es/demo25/index.php/calcbuilder.

When I put any of my contact form fields to "Required", the inline results of the calculator won't show up. This is because you have to fill in the required fields first.

Is there a way to show these inline results without having the required fields filled in first?

Greetings!

Re: Sending results to email address 04.10.2013 17:36

Hi,
yes, the validator always launches by default, the calculator doesn't know if you will need the required fields to build the inline results. You can disable the validator until the final 'calculate' button is clicked, so you will get the inline results without the required fields. Steps:

- at javascript:executed on loaded page

CB(".required").addClass("obligatorio");
CB(".required").removeClass("required");

- at javascript: before calculate execution

CB(".obligatorio").addClass("required");

-at javascript:executed after calculate execution

CB(".obligatorio").removeClass("required");



Hope this helps, regards
Moonsoft Team
Moonsoft Team
www.moonsoft.es

Re: Sending results to email address 04.10.2013 19:47

Perfect! Thank you very much!!

Are you satisfied with our products/services/support?
Please help us to keep improving, add a review at  joomla extensions site and  magento connect

Lo que nuestros clientes opinan de nosotros