Candidate Debut feature which provides contact-us as a webform rather than via contact.module.
This might be too simplistic to warrant a Debut feature; however, we'll be using & building upon this feature for all our clients that require contact webforms, as contact.module doesn't usually cut it. As such, figured someone else might benefit from the initial small setup time as to make this project useful. Up to you if you want to nix it, or simply shelf it until some more functionality is provided.
Sandbox link: http://drupal.org/sandbox/lefnire/1473388
Comments
Comment #1
nedjoA common need. I think it's useful enough for a feature.
Introduces a new general question: what solution to adopt in Debut for providing default content. Opened #1536136: Decide standard Debut solution for default content, which we should complete before promoting Debut Contact to a full project. @lefnire: comments there would be great. Is node_export the best option? Why?
Comment #2
nedjoTo avoid a new dependency (node_export), I'd tend here to just use core APIs at install time to create the contact node rather than having it in features. Doing so would be consistent with the general separation of "hard" and "soft" configuration, see http://nuvole.org/blog/2012/feb/07/hard-and-soft-configuration-drupal-di....
But it's not a critical point, and it shouldn't hold back making a Debut App of this.