Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
ConfiForms Form Definition
formNamef
true

toggletrue

toggleToggle mecheckbox

toggleSection();Run custom JavaScripttruetoggle

HTML
<script>
function toggleSection() {
  AJS.$('.mysection').toggle();
}
</script>