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.

CommentFileSizeAuthor
remove_form_id.patch768 bytesroborn

Comments

stijndm’s picture

Status: Needs review » Fixed

Thank, there was a wrong argument passed to the delete form in hook_menu

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.