How do I remove the contact information page from the normal website?


Doug

Every new plone website has a /contact-info/ url with a common email form.

Spambots can easily find it and use malicious emails to spam the webmasters (specially, the "subject" can be set in the email).

This old thread http://plone.293351.n2.nabble.com/modify-or-disable-site-contact-form-td7258555.html suggests you just update the template as it is a blank page. However, this is not enough to prevent spam.

wget http://localhost:8080/contact-info --post-data "sender_fullname=d&[email protected]&subject=d&message=d&form.submitted=1"

The email will still be sent on the form handler.

How do you disable this form handler entirely?

EDIT: I see that you can modify the form handler script at:

/portal_skins/plone_form_scripts/send_feedback_site/manage_main 
/portal_skins/custom/contact-info

Generate custom handler scripts and replace default actions. However, this doesn't really remove the page, it just leaves it doing nothing.

ke

What you have to customize is not the template, but the end point of the send_feedback_sitescript .

Replace the entire script code with:

from zExceptions import NotFound
raise NotFound()

Or maybe Unauthorizedbetter.

Related


What do I need to receive information from the Contact page?

Roberto Mega I'm trying to figure out the best way to receive information from the Contacts page. I've made a form; I just need a way to send the information to myself, but I don't know how to do that as I'm a bit new to web development. I am using Angular on

What do I need to receive information from the Contact page?

Roberto Mega I'm trying to figure out the best way to receive information from the Contacts page. I've made a form; I just need a way to send the information to myself, but I don't know how to do that as I'm a bit new to web development. I am using Angular on

How do I export contact information and/or photos from my phone?

Tim My phone is a Samsung M300 . I would like to know how to export contact information and/or photos from my phone to a laptop (Lenovo T400 Ubuntu 10.10) or a flash drive, both hardware and software? Thanks for the tribute! I found this Samsung 20-pin chargin

How do I export contact information and/or photos from my phone?

Tim My phone is a Samsung M300 . I would like to know how to export contact information and/or photos from my phone to a laptop (Lenovo T400 Ubuntu 10.10) or a flash drive, both hardware and software? Thanks for the tribute! I found this Samsung 20-pin chargin

How do I get the source of the information from the website

c0nfusednuub When I browse the pages on the site, it is full of information that I know is coming from a database somewhere in the backend, is there a way to find the php link where this information is stored via the chrome dev tools, so that I can Can I extra

How do I get the source of the information from the website

c0nfusednuub When I browse the pages on the site, it is full of information that I know is coming from a database somewhere in the backend, is there a way to find the php link where this information is stored via the chrome dev tools, so that I can Can I extra

How do I remove information from Paper Trail's editions?

joshua cheeks In order to comply with EU GDPR (User Privacy) regulations, we need to remove personally identifiable information from the recorded version. I've come up with something that works, but I should ask if there's a definitive way to do this. class Us

How do I remove information from Paper Trail's editions?

joshua cheeks In order to comply with EU GDPR (User Privacy) regulations, we need to remove personally identifiable information from the recorded version. I've come up with something that works, but I should ask if there's a definitive way to do this. class Us

How do I remove the side blue line from my website

sissy How to remove blue line from website already created on WordPress after using smart slider plugin please help Akshaya Kumar Satapasi The only way to provide an appropriate solution to your query is for us to obtain your website URL. The blue line may be

How do I remove the side blue line from my website

sissy How to remove blue line from website already created on WordPress after using smart slider plugin please help Akshaya Kumar Satapasi The only way to provide an appropriate solution to your query is for us to obtain your website URL. The blue line may be

How do I go to the next page of this website?

Spy BUG96 I am trying to access the next page of a JavaScript dynamic site. http://msds.walmartstores.com/ The element I've been trying to activate to get to the next page is: <a href="#" class="next" data-action="next">›</a> On this site : http://msds.walma

How do you remove a website from the internet?

Andrew John Niven How do you remove a website from the internet? I was commissioned by my local golf club to remove the old site there, but I'm not sure how to do that. I know the IP address, but I don't know where to start downloading the site. David Sinfield

How do you remove a website from the internet?

Andrew John Niven How do you remove a website from the internet? I was commissioned by my local golf club to remove the old site there, but I'm not sure how to do that. I know the IP address, but I don't know where to start downloading the site. David Sinfield