Goal: Create a clearFormValue action clearing the name field in the contact form.
To achieve this the following code can be used:
{
"type": "clearFormValue",
"params": {
"field": "name",
"form": "contact"
}
}
The field and form parameters specify which value is to be deleted from which form.