Closed (won't fix)
Project:
Formfilter
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Jun 2007 at 18:24 UTC
Updated:
2 Mar 2012 at 18:15 UTC
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?
Comments
Comment #1
nedjoTry 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.
Comment #2
Rob_Feature commentedI 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!
Comment #3
pianomansam commentedCleaning up old issues. D5 release is no longer supported. Please direct feature requests to D6 release.