6 Jun
2006
6 Jun
'06
9 p.m.
On Jun 6, 2006, at 11:47 AM, Robert Wohleb wrote:
Agreed, just setting the email field to a dummy value and hidden causes a few problems.
in http://drupal.org/node/64221, i had good luck in form_alter() using a more drastic approach: unset(). ;) of course, you'd have to make sure the validate() and submit() hooks don't do something catastrophic if some form element they were expecting is totally gone... but, it worked for me in project. might work for you, too... -derek (dww)