Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
This train of thought came about after seeing several posts bemoaning certain modules that don't seem to work and play well together.
Okay, in the event of a module conflict, shouldn't running multiple installations from the same database and/or using databse prefixes for duplicate tables solve pretty much any module conflict as long as the conflicting modules are used on different sections of the site?
I want to use the webform module to create a registration page for services I provide. But I'm stuck at page 1: how do I define my form? Mind you, I know how to define an HTML form, but what is the sumbit action supposed to be?
I want to create a custom block which gently spits out an elaborate contact-form and posts the results to an email address. Do I need to use the form API to achieve this?