• Resolved chrisdias96

    (@chrisdias96)


    Hi,

    Is it possible to use a hidden calculated field to dynamically program the value of a checkbox? Based on some other fields I want to change the value of checkbox, which will be used to sum a value to another field.

    Also, I have 2 dropdowns with 3 choices: example:
    dropdown B has 1 2 3, dropdown B has 4 5 6.
    If B1 is chosen, I want 4 to be hidden as an option,
    If B2 is chosen, 5 is hidden as an option etc.
    My situation is more complex, but how would I go about hiding specific options in dropdown 2 and onwards?

    • This topic was modified 3 years, 2 months ago by chrisdias96.
Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter chrisdias96

    (@chrisdias96)

    Here is the link:
    https://troescorp.com/calculator-test/

    fieldname4 (power demand) freezes at 30kW option.

    • This reply was modified 3 years, 2 months ago by chrisdias96.
    Plugin Author codepeople

    (@codepeople)

    Hello @chrisdias96

    The equations associated with the following calculated fields are evaluated in an endless loop repeating the sequence again and again until the browser’s memory is exhausted:

    fieldname109
    fieldname79
    fieldname65
    fieldname6
    fieldname66
    fieldname7
    fieldname71
    fieldname76
    fieldname75
    fieldname18
    fieldname33
    fieldname20
    fieldname101
    fieldname109

    Please, contact me through my private website to check the equations in detail:

    https://cff.dwbooster.com/contact-us

    Best regards.

    Thread Starter chrisdias96

    (@chrisdias96)

    Thanks codepeople.

    I understand you provide a service at an extra cost.
    I am capable of fixing the issue if you could provide an example of how it is causing an endless loop.

    For example, fieldname20 has very little code and only checks if fieldname4 is empty. Is the solution a refactored condition? Or should I be doing all my calculations under one field? I have about 12 fields that require calculations based off fieldname4.

    Thanks again.

    Plugin Author codepeople

    (@codepeople)

    Hello @chrisdias96

    I’m offering you to check your form’s structure for free. Please, contact in privately.

    Best regards.

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Dynamic Checkbox Value’ is closed to new replies.