canonical / ubuntu.com

The official website for the Ubuntu operating system
https://ubuntu.com
Other
192 stars 190 forks source link

Modal forms should impose a minimum characters limit in the message field #4722

Closed caldav closed 4 years ago

caldav commented 5 years ago

To prevent spam and unhelpful contact messages, new contact modal forms should impose a minimum characters limit in the message field. Looking at recent messages, we should only let forms through when they match at least: "[^\s]+\s[^\s]+\s[^\s]+" ("foo bar baz")

nottrobin commented 5 years ago

If spam is a problem - is there any kind of robot-busting on that form? Maybe we should add Google's invisible recaptcha? https://developers.google.com/recaptcha/docs/invisible

pmahnke commented 5 years ago

@nottrobin I have been trying to get this to work on the marketo side, would love to pair on that solution

nottrobin commented 5 years ago

@pmahnke have you seen "How can I prevent spam entries to my form?" over at https://nation.marketo.com/community/champion/blog/2017/10/30/common-form-faqs#comment-33628 ? It claims to explicitly provide instructions for Google's invisible recaptcha with Marketo.

stale[bot] commented 5 years ago

🧹 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 5 years ago

🧹 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 4 years ago

🧹 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

nottrobin commented 4 years ago

@pmahnke did we actually fix this?