-
Notifications
You must be signed in to change notification settings - Fork 5
hidden
simmontali edited this page Sep 24, 2019
·
1 revision
{
"type": "hidden",
"id": "input-hidden",
"value": "value",
"label": "input-hidden",
"description": "description",
"step": 2,
"required": true
}
The hidden field can contain data you might need in the backend, but don't want to show to the user.
For the general settings fields, check the getting started page.
You can filter the field's fetched value by calling WordPress' add_filter with the tag "aeria_get_base"
.