You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add support for optional variables. For example:
'variables' => [
[
'label' => 'quantity',
'field' => 'number',
'required' => false, // indicates whether this is a required field OR'optional' => true, // indicates whether this is an optional field
],
The text was updated successfully, but these errors were encountered:
Please add support for optional variables. For example:
The text was updated successfully, but these errors were encountered: