How can deactivate a request-form? | The place for Zendesk users to come together and share
Skip to main content
Feedback submitted

How can deactivate a request-form?

Related products:Knowledge
  • August 8, 2023
  • 6 replies
  • 19 views

We have two reasons why we want to deactivate the request form on the

    /hc/en-us/requests/new)

page.

1. We dont want user to submit queries via this channel.

2. Some spam-bot is bombing us via the request-form.

 

 

6 replies

Peter11
  • August 9, 2023

  • Author
  • August 9, 2023

Thank you for your response. I believe you're referring to the second 'custom theme' section in the linked article. Meaning, I would need to edit the standard theme, e.g. by removing the request-form page? Keeping the request-form page, but 'hiding/commenting-out' the request form {{request_form}} doesn't change the situation. The spam-bot can still send requests via the web-form.


Peter11
  • August 9, 2023

Yes, that's how you'd need to do it. The spambot cannot use what's not there.


  • Author
  • August 9, 2023

Shouldn't commenting-out {{request_form}} already do the job?


Peter11
  • August 9, 2023

That depends on the bot's "intelligence": If it caches previously accessed URLs, then having the form available at the old location will make it available to the bot.
If it just crawls your page, then commenting out that section will be good enough.


  • Author
  • August 9, 2023

Ok..so this is an 'intelligent' bot. In this case, is deleting the web-request page 'new_request_page.hbs' be the solution? Or do I have other options?