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.
Has anyone found a way of getting webform.module to send its output to a script instead of an email address?
On my static site I have forms which use
form method="post" action="http://www.healheadingley.org.uk/cgi-bin/cgiemail/forms/object.txt"
This sends the output of the form to Cgiemail, which formats the output into proper prose paragraphs (like a mail merge) so that the Planning Officer (the ultimate recipient) gets a decent looking email.
When I put that destination address into webform.module it bounces the output.
Any ideas? Is there a way of using a hidden field, or some other work-around?
Webform is such a great module in other respects, I guess others have tried to send the output to a script of some kind.
Hi,
When I do a search in my whole site, it searchs for all content types. And if I ask for an advanced search, I can choose the content type I would like to search in.
I don't like that, I would like the user not beeing able to choose which content type he will search in, and force him to search only in some content type.
I have a members only site in which I want to allow all members to post "content." I want to use the built-in "blog" module for for the members to post content. However, I want replace the "blog" with "articles" (e.g. "My Articles", "Joe's Articles" etc.) Where would I make that customization.
Hi,
I need to add Democratica's bullet_triangle.png (the theme's default bullet) to the 'article' module's Recent Articles list.
Other theme's provide custom bullets for this list and it looks much better ('green marinee' and 'marvin' come to mind).
I've been trying luck in styles.css but I can't get it to work so far.