Help with Deluge Script for Checkbox
Help with Deluge Script for Checkbox
Hello,
I am where I want to display certain sections depending on someone's entry in a checkbox.
I have entered this script:
if (input.Checkbox.contains("Gas"))
{show Gas_1
}
and I get an Improper Statement error.
Can you please assist? Thanks!