Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


If you want to show a field if a check box is checked or not. Then also make that field required when the box if is checked.

My api name for my check box is yes. The first half checks yes, if yes, make the field required and display it. Else, if false, don't display the fields and don't make them required.

...