Some forms not filtered

Rob_Feature - June 12, 2007 - 18:24
Project:Formfilter
Version:5.x-1.x-dev
Component:User interface
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

Hello!

This is a fanstastic module...however, it's not behaving on a few forms. I tell a couple different forms to filter, yet they refuse to. I'm using this to remove fields from the user's account edit screen. The two forms that won't be removed are: "Account Validation" (i think this is generated by loggintobaggin) and "Contact Settings".

Any reason these wouldn't be able to be removed?

#1

nedjo - June 12, 2007 - 18:29

Try something like this:

SELECT name, weight FROM {system} WHERE name = 'logintoboggan' OR name = 'formfilter';

to see if it's a matter of those elements being added after formfilter has done its work.

#2

Rob_Feature - June 12, 2007 - 18:43

I went into phpmyadmin and manually changed the weight of formfilter to everything I could think of (99, -99, -1, 0, etc...as you can see, i don't know how weights really work).

These all had no result (unless i need to change that setting, then go in and REsubmit the forms i want filtered)

Any other ideas? Thanks for a quick response!

 
 

Drupal is a registered trademark of Dries Buytaert.