• Resolved specagent

    (@specagent)


    Hi everyone,

    I’m trying to set up a product configurator in CalderaForms. Basically, I need to add up the values from several fields and display a suggestion based on the total number.
    My approach has been to use a calculation field in order to calculate the total amount, create conditionals for each “value bracket” (0, 1-300000, etc.) and link each condition to an HTML element containing the respective product.

    My problem is that conditionals on calculation elements never seem to fire. If I set the condition to “show”, the linked HTML element always stays hidden, even if the condition is fulfilled. If I set it to “hide” and negate it, the HTML element is always displayed. The calculation itself can’t be the problem – the total number is calculated correctly.

    I’ve tried to work around that by removing the h3 tag, creating a hidden element that takes its value from the calculation element, and then linking the conditionals to that hidden element. Chrome’ developer tools show that the hidden element has the correct numerical value, but the conditionals still never fire.

    Has anyone got any ideas?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Conditionals on calculation elements not working’ is closed to new replies.