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
When debugging the form submission for the above example the {$event-save-user-account-id} param has be set but the account field is still not set by the chained event.
The text was updated successfully, but these errors were encountered:
e.g.
'overrides' => array (
'account' => '{$event-save-user-account-id}',
),
'defaults' => array (
'account' => '{$event-save-user-account-id}',
),
When debugging the form submission for the above example the {$event-save-user-account-id} param has be set but the account field is still not set by the chained event.
The text was updated successfully, but these errors were encountered: