Open allen opened 14 years ago
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.
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.