• Resolved rod

    (@nomadarod)


    Hi,

    In the form on the page in link, some items show or hide when they weren’t supposed to. For example, the “Total à payer” hides when an “Atelier” is selected. I wanted to hide it except if an “Atelier” is selected but when I do create those settings and test again, the selection box selects one of the items by itself as soon as I click on it.

    Some calculations in the html “Descriptive du prix” give 0.00 except if I check boxes that aren’t supposed to be conditioned to it.

    Any idea why these glitches?

    Here is the form’s code: https://pastebin.com/qSehK0FN

    Thanks
    Rod

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @nomadarod !

    Hope you’re doing well today!

    I’ve checked the form and from what I see it’s a matter of a cycle of visibility rules in this case. Here’s an example based on what you’ve described:

    Total a payer is set to be visible if checkbox-1 is checked
    But the checkbox is only visible if you select Atelier “C’est-Quoi-Manger…”

    Therefore, if any other Atelier is selected on the first question, the checkbox-1 is hidden (default value not selected) and therefore Total a payer is also hidden.

    Looks like it’s working correctly, though maybe the visibility rules need to be checked further and reworked a bit. For example in the Total a payer, you may want to set it instead to show if there’s any Atelier selected. Can be combined with other rules using the All and Any option.

    Warm regards,
    Pawel

    Thread Starter rod

    (@nomadarod)

    Hi Pawel,

    Thanks for the insight. I’ll work a bit on the visibilities to “tidy” it a bit.

    cheers
    Rod

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show/hide responding weirdly’ is closed to new replies.