- Issue created by @kevinn
Im getting a javascript error im onFormSubmit function in file core/misc/form.js when i have a webform and a custom form on the same page.
Error: TypeError: Failed to construct 'FormData': parameter 1 is not of type 'HTMLFormElement'.
Line 129 "new FormData(e.target)," should be changes to "new FormData($form.get(0)),"
Active
10.3 β¨
forms system