I'd just use webform. It's such a great module, it should be your goto module for custom forms. You could use FAPI to implement your own form or use hook_form_alter to add a new field but then you have custom code and have instantly increased your maintenance burden. Using webform means you can update to the next versions without having to refactor your own code.
On 7 Nov 2010, at 02:14, E.J. Zufelt wrote: > Good morning, > > I am looking for the best way to add a phone number field to the standard > site wide contact form in Drupal 6. I have looked at Webform which will > work, yet I really don't need the submissions stored. I have also read the > description of the Contact forms module, which appears that it may work, but > also seems like a lot of overhead for the little feature I need. > > I'm curious if anyone can suggest a simple light weight method of adding a > single additional field to the site wide contact form? > > Thanks, > Everett Zufelt > http://zufelt.ca > > Follow me on Twitter > http://twitter.com/ezufelt > > View my LinkedIn Profile > http://www.linkedin.com/in/ezufelt > > >
