Creating a custom form page in Drupal 6 with a module
Webforms are great when you want to make a quick and useful form in Drupal. However, sometimes we may want a little more control over that form or need to run some custom PHP code when the form is submitted. Keep in mind, we...