Skip to content

skips invisible form fields #265

Description

@jelizarovas

image

If a field is set to initially hidden (even though can be changed visibility with custom calculation script:

if (this.getField("needsWeight").value == "Yes") {
event.target.display = display.visible;
} else {
event.target.display = display.hidden;
}

These fields (hidden ones) will not be parsed, and you will not get any data on them (coordinates, names, etc.)

Was this intended and is there a way to enable hidden field parsing?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions