Versions Compared

Key

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

...

  1. Click on Modules.
  2. Select the Module with the appropriate form field.
  3. Select Forms tab.
  4. Select Master form.
  5. Use the filter to search for the relevant field.
  6. Select edit Edit on the field.
  7. Select Custom JavaScript tab.
  8. In the “filterFilter” section type


for (var i = 0, len = fieldScope.items.length; i < len; i++) {

...