-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
How can we create an input field which is readonly. This allows to display fields in a form which are prefilled, and cannot be changed by the visitor.
But the subsequent processing of the form would handle these fields as any other.
We tried to use disabled => true. It seemed to work until we found out that by switching steps, disabled fields are cleared.
Metadata
Metadata
Assignees
Labels
No labels