- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2024 08:25 AM - edited 07-07-2024 08:26 AM
Hello everyone,
I have a catalog item with 3 checkbox variables in a row. When the second checkbox is set to true, a message should show up below the third checkbox, and it should reverse if false.
This is what is happening:
- Second checkbox is set to true > The message shows up correctly, below the third checkbox.
- Second checkbox changes its state to false > The message stays in place, when it should disappear.
- Third checkbox changes its state, regardless of its previous one> The message disappears, when it shouldn't because the condition evaluates the second checkbox and not this one.
When I configure the message to show up below the second checkbox, it works perfectly, but it is not where I need the message to show.
Am I missing anything?
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2024 02:32 AM - edited 07-10-2024 02:33 AM
Please try making the following changes in script.
(Hello user is just a demo msg I have added to test, pls add your required message)
Please mark helpful if you accept the solution.
Thanks
Sanjana
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2024 06:21 AM
Hi @conradofonseca,
Try writing a onChange Client script of the third checkbox:
and show the field message if the second checkbox is true, else hide it.
Mark the response correct and helpful if the answer assisted your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2024 01:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2024 06:21 AM
Hi @conradofonseca,
Try writing a onChange Client script of the third checkbox:
and show the field message if the second checkbox is true, else hide it.
Mark the response correct and helpful if the answer assisted your question.