It's not possible to remove form ids. I get this message:
Notice: Trying to get property of non-object in ife_form_id_delete_form()
It tries to get the value from $form_id->form_id, when $form_id is a string.
I'm not sure how it was supposed to pass the form id value to the delete form. I only see it on the path.
Here's a patch that use the path component which contains the form id.
| Comment | File | Size | Author |
|---|---|---|---|
| remove_form_id.patch | 768 bytes | roborn |
Comments
Comment #1
stijndm commentedThank, there was a wrong argument passed to the delete form in hook_menu