This feature request is a follow-up to this bug report: #6064
@klonos
...I think that there should be a "Disable all personal contact forms" setting.
@jenlampton
I have always wanted this for contact module. And it should be disabled by default!
@kiamlaluno
I guess it would make sense in the case a site plans to use the Contact module just for the site contact form.
@olafgrabienski
Let's try to avoid "Disable to enable" situations. If it turns out that we need the setting, it should be "Enable personal contact forms".
Recent comments
In a blog post titled "Github Tips and Tricks for Contrib Maintainers", I'd like to see some of the following topics: When is the README sufficient for documentation? When should...
Github Tips and Tricks for Contrib Maintainers
Thanks Alejandro. That was the clues I needed.
Ubercart - Programmatically add product to cart and straight to Checkout
Have you tried uc_cart_add_item()? You need to provide the nid of the product. Then you can use backdrop_goto('cart/checkout'); to send the user to the checkout screen. uc_cart_add_item...
Ubercart - Programmatically add product to cart and straight to Checkout