Forum
Calc Builder Support
Calc Builder supportForums
No se permite escribir sin estar logado. Por favor, login
Re: Calucaltion to be dependent on field submission 16.11.2015 20:45
Hi,
You could add javascript control using 'Javascript Events' at 'Executed before calculate execution' in your calculator. Write your javascript validations and in case this specific field was not entered you can 'return false;' and calculation won't be done.
Also, you can write any validation at the top of 'code' section in php, using 'exit 0;' or if sentences in case validation was not passed.
Regards,
Moonsoft Team
www.moonsoft.es
You could add javascript control using 'Javascript Events' at 'Executed before calculate execution' in your calculator. Write your javascript validations and in case this specific field was not entered you can 'return false;' and calculation won't be done.
Also, you can write any validation at the top of 'code' section in php, using 'exit 0;' or if sentences in case validation was not passed.
Regards,
Moonsoft Team
www.moonsoft.es