- Issue created by @gordonio
- 🇮🇳India aman_lnwebworks
Hi @gordonio
We encountered the same issue while using the "Inline Entity Menu Form" module. To resolve this issue, we are replacing the 'use-ajax-submit' class with the 'use-ajax' class in the following line of the inline_entity_menu_form_form_alter() function.
$form['actions']['submit']['#attributes']['class'][] = 'use-ajax-submit';
We have added a patch for this issue.