Skip to content

Commit

Permalink
store form data (to be able to test form block)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer committed Mar 12, 2024
1 parent d25c691 commit fd303d0
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"remove_data_after_days": -1,
"send_email": true,
"show_cancel": false,
"store": true,
"subblocks": [
{
"field_id": "1709833577467",
Expand All @@ -27,7 +28,9 @@
"field_type": "from",
"id": "1709833592544",
"label": "Email",
"required": true
"required": false,
"use_as_bcc": false,
"use_as_reply_to": false
},
{
"field_id": "1709833604677",
Expand Down

0 comments on commit fd303d0

Please sign in to comment.