CalcBuilder Forum

hide filed or recalc after calculate execution

Usuario bsnline 2015-07-04 10:10:37

Hi,

After calculate execution and show button checkuot hihashop,
if changed value field (main frontend or field in section )
it's possible disabled imput or recalculated form ?

thank you

Moonsoft support 2015-07-06 09:34:00

Hi,
you have a section at javascript tab 'executed after calculate'. There you can place any code that will run when calculate button is pressed. There you could hide/disable any needed section of your calculator, like the whole input form. You can also enable 'reset' button, which also has a js section attached 'executed after reset', to show/hide/enable needed sections as well.


Hope this helps, regards