CalcBuilder Forum

Sending results to email address

Usuario moon_1270 2013-10-03 14:37:40

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!

Usuario moon_1270 2013-10-03 14:56:54

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

Moonsoft support 2013-10-03 18:50:30

Right, glad it worked!

Regards

Usuario moon_1270 2013-10-04 16:15:38

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!

Moonsoft support 2013-10-04 17:36:00

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

Usuario moon_1270 2013-10-04 19:47:42

Perfect! Thank you very much!!

:-)

...
Support/development 40 hours

With the peace of mind of having a professional team at your service (20% discount)

Buy now!
...
Support/development

Perfect for small code changes or to correct any bug at your site

Buy now!