Skip to main content

Introducing Workflow Engine, try for FREE workflowengine.io.

Function: initFormFields()

initFormFields(form): Record<string, unknown>

Replaces empty form fields with an empty string. Internal use only.

Parameters

form: ComponentData

the form.

Returns

Record<string, unknown>

all form data where empty fields are filled with empty strings.