-
-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trap UK Border Agency & other non-team emails on Contact Us page #74
Comments
Could you expand on this?
Specifically, I don't follow how this ties in with the UKBA page. Thanks! |
Tom mentioned that http://www.writetothem.com/about-contact does something similar - if you check "Your representative", you get redirected elsewhere. |
Copying the WriteToThem "who is this message for?" approach seems like a better version than cluttering the interface with explicit references to things like immigration / visa status that will just confuse most people. We already have a 'last_body' set at this point, so we could display something like: Who is this message for?
|
Using I worry that adding a radio button about visa applications actually legitimises the user in thinking we have anything to do with visa decisions. (Imagine: non native English speaker visits page, quickly scans down, spots what looks like a list of things the contact form can be used for, starts typing, sends message.) Do the contact form messages intended for the UKBA follow any sort of pattern? Eg: Do they tend to mention the word "visa"? Could we detect that as the user types their message, and pop up a "Did you mean to do this?" message, just like we do for request titles and the "Similar requests" popup message? |
We've had lots of really useful feedback on proposed copy for this page, here: https://docs.google.com/document/d/1W1eP7Xu4QZHsEyIX7yNfslDwKeAhMd1oWqONeI_b4XY/edit So, thanks to everyone for that. I think I've got enough to get a first iteration of this deployed, then we can see whether it has an effect, and tweak further if required. @crowbot – I spotted a |
Contact page now has a much clearer structure, with fold-out sections that guide the user to the right contact method. This will need translating to Welsh! Removed the `flash[:notice]` handling since it’s no longer used in Core. Part of mysociety/alaveteli#74.
Pull request here: mysociety/whatdotheyknow-theme#323 I'll need some help from a developer (@lizconlan @garethrees @crowbot) to get it finished. |
@zarino that would be me! I've assigned both of us, erm, because it's a new feature so I can! (and this will be the first time we've used it on purpose rather than by mistake 😀) |
Contact page now has a much clearer structure, with fold-out sections that guide the user to the right contact method. This will need translating to Welsh! Removed the `flash[:notice]` handling since it’s no longer used in Core. Part of mysociety/alaveteli#74.
Fixed by mysociety/whatdotheyknow-theme#323 |
The WhatDoTheyKnow mailbox receives around 3-8 emails a month by UKBA applicants wanting help with their visa issues.
As part of the Contact Us page, before any message gets added, we should add various radio buttons to ask the user what they need help with.
The UKBA page could then redirect to a special support static page.
This could be extended for other common situations where people write to us when they really want to be writing to someone else.
The text was updated successfully, but these errors were encountered: