Skip to content
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

update contact form #1091

Merged
merged 3 commits into from
May 27, 2022
Merged

update contact form #1091

merged 3 commits into from
May 27, 2022

Conversation

Shih-Yu
Copy link
Collaborator

@Shih-Yu Shih-Yu commented May 26, 2022

What does this pull request do? Explain your changes. (required)

Updating the contact form by removing Product/User's Plan/Ticket category fields and changing the place holder for Ticket subject and the text area

Specific updates (required)

-Removed section for Product, User's Plan, and Ticket category on the form

-Update placeholder text for ticket subject and textarea

How did you test each of these updates (required)

Created a branch and ran it on the local environment

Does this pull request close any open issues?

Screenshots (optional):

Original
Screen Shot 2022-05-26 at 2 59 47 PM

Updated
Screen Shot 2022-05-26 at 3 00 16 PM

Checklist:

  • I have read the CONTRIBUTING document.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.

@Shih-Yu Shih-Yu requested a review from adamsoffer May 26, 2022 20:13
@vercel
Copy link

vercel bot commented May 26, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
livepeer-com ✅ Ready (Inspect) Visit Preview May 26, 2022 at 9:06PM (UTC)

@@ -150,187 +133,16 @@ const ContactPage = () => {
id="subject"
name="TICKET.subject"
type="text"
placeholder="Ticket subject*"
placeholder="What's the topic?*"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thoughts on removing this field? Is it necessary if we have the message field below it?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The original thought of it was to help filter out the inquiry in relation to sales support, product feature, or tech support.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gotcha. Since it's an open ended text field and we don't explicitly allow users to choose between those topics should we remove now?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏼 I removed it

packages/www/pages/contact.tsx Outdated Show resolved Hide resolved
@adamsoffer adamsoffer merged commit e1be14a into master May 27, 2022
@adamsoffer adamsoffer deleted the sh/pages-contacts-update branch May 27, 2022 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants