Skip to content

Bugfix - Checkbox field condition checking was not firing on load

Compare
Choose a tag to compare
@graham73may graham73may released this 09 Feb 18:12
· 11 commits to master since this release

Checkboxes were not showing/hiding fields that were dependant on them because the id attribute is different to other field types. Changed to use the name attribute for checkbox fields.