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.
Are there any contact form modules, or form-creator modules that have captchas? My site contact forms are getting spammed, and I suppose I'm prob going to have to require an account but I really don't want to do that. I'd rather allow anonymous users to post feedback with a captcha thing in the form. Is there a way to add that to every node even??
I'm trying to upgrade the HTML Tidy module (Which appears to be abandoned, so I'm gonna comandeer it)
I've done a 4.6 version which validates and corrects users input BEFORE it gets saved in the database, not after (like most of the filters do).
I just don't want invalid HTML to make it into the system.
Has anyone integrated mailman or some other mailing list application?
I need to find a way to create a block where users can sign up for a mailing list, and once they have signed up, have that block not appear.
Possible?
Done before?
The generic module (a sub-module of E-Commerce) simply uses:
case 'is_shippable':
return false;
to get rid of things to do with shipping. However, it seems the equivalent code does not exist for hiding prices.
(1) How is it possible to 'hide' the prices of products? That is, the price input field should not be mandatory, and there should be an option for hiding/showing the price.
(2) How is it possible to skip the payment step in the checkout process?