Documentation Index

Fetch the complete documentation index at: https://docs.lobster-world.com/llms.txt

Use this file to discover all available pages before exploring further.

parentData

Prev Next

Reads the parent data of the element with the passed element ID.

Syntax: $parentData(elementId[, property [,duplicatesToo]])

Name

Description

elementId

The ID of the desired form element.

property

duplicatesToo

(default: false)

An optional parameter which specifies whether all duplicates of the specified element should be validated as well.

For example, duplicates of an element are instances in a Repeatable element container.

Syntax

$parentData(elementId[, property [,duplicatesToo]])

Parameter

Name

Description

elementId

The ID of the desired form element.

property

duplicatesToo

(default: false)

An optional parameter which specifies whether all duplicates of the specified element should also be validated.

For example, duplicates of an element are instances in a Repeatable element container.