On the Contact Us page, we have a link to a website requests form that is, at the time of writing this, broken.
the launch blocking part
We shouldn't have a broken link on the final site. At minimum, we need to ensure people have access to it, or delete the link from the site.
the non launch blocking part
Even better though, we could integrate web requests into the existing "general inquiries form". Let's:
Add a dropdown for "Topic", including "Volunteering", "Exam Bank", "Website", and "Other" as options. (if you have any other ideas for message topics feel free to add/tweak them)
Integrate the Topic selection into the ContactUsController's generated email
On the Contact Us page, we have a link to a website requests form that is, at the time of writing this, broken.
the launch blocking part
We shouldn't have a broken link on the final site. At minimum, we need to ensure people have access to it, or delete the link from the site.
the non launch blocking part
Even better though, we could integrate web requests into the existing "general inquiries form". Let's:
ContactUsController
's generated emailClosed by #265