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

nedjo’s picture

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.

Rob_Feature’s picture

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!

pianomansam’s picture

Status: Active » Closed (won't fix)

Cleaning up old issues. D5 release is no longer supported. Please direct feature requests to D6 release.