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

Contact Page changes #666

Merged
merged 10 commits into from
Jun 3, 2020

Conversation

adamkendis
Copy link
Member

Fixes #635

  • Revamped Contact Page to leverage the awesome layout power of Bulma.

  • Improved form validation and success/error messaging.

  • SuccessPopup component - appears after successful Contact submit.

  • Misc minor changes, style updates.

    • Up to date with dev branch
    • Branch name follows guidelines
    • All PR Status checks are successful
    • Peer reviewed and approved

Any questions? See the getting started guide

if (displayFeedbackSuccess) {
this.timer = setTimeout(() => this.clearFeedback(), 5000);
static getDerivedStateFromProps = nextProps => {
const { displayFeedbackSuccess, openErrorModal } = nextProps;
Copy link
Contributor

Choose a reason for hiding this comment

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

fancy!

@adamkendis adamkendis requested a review from jmensch1 June 3, 2020 00:43
@adamkendis adamkendis merged commit fe0b749 into hackforla:dev Jun 3, 2020
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.

Show Confirmation of Submission on Contact Us Page
2 participants