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

Add contact form #3

Merged
merged 7 commits into from
Mar 23, 2022
Merged

Add contact form #3

merged 7 commits into from
Mar 23, 2022

Conversation

dd-obua
Copy link
Owner

@dd-obua dd-obua commented Mar 22, 2022

In this project, we have added the contact form to my portfolio project.

Included are:

  • My interests in an h3 element.
  • The form to capture name and email address in input tags and a message in a textarea.
  • Social icons links
  • My email addressed
  • CSS styles to enhance the appearance of these elements.

index.html Outdated
Comment on lines 298 to 299
<textarea name="message" cols="30" rows="10" maxlength="500">
Enter text here</textarea
Copy link

@andersonlebon andersonlebon Mar 22, 2022

Choose a reason for hiding this comment

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

  • Great job 👍 💯 with textarea. But it should be better for your Enter text here text to be in the Placeholder property. So this will not affect the user when he wants to write a message.

  • And all your textarea should have the required property to not send empty message.

index.html Outdated
Comment on lines 276 to 280
<form
action="https://formspree.io/f/contact-form"
method="post"
class="contact-form"
>
Copy link

@andersonlebon andersonlebon Mar 22, 2022

Choose a reason for hiding this comment

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

  • Good job 💯 👍 with your Formspree. So, I noticed that the user can't send a message after completing all fields and clicking the Get in touch button. I think you should create an account and you'll have a unique key that you will use in: action="https://formspree.io/f/form_id".
    After sending the message this is the output:
    form

Copy link

@andersonlebon andersonlebon left a comment

Choose a reason for hiding this comment

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

Hi @dd-obua and @Lusindiso

Good job so far! I know you have worked hard on making this milestone But There are some issues that you still need to work on to go to the next project but you are almost there!

almost-there

To highlight 🍾

  • All linters are passing ✔️
  • Good commit history ✔️
  • Your design looks good 💯 ✔️
  • Good PR description ✔️

Required Changes ♻️

  • Kindly check comments under the review.

Optional suggestions

Every comment with the [OPTIONAL] prefix is not crucial enough to stop the approval of this PR. However, I strongly recommend you to take them into account as they can make your code better.

Cheers and Happy coding!👏👏👏

Feel free to leave any questions or comments in the PR thread if something is not 100% clear.
Please, do not open a new Pull Request for re-reviews. You should use the same Pull Request submitted for the first review, either valid or invalid unless it is requested otherwise.


As described in the Code reviews limits policy you have a limited number of reviews per project (check the exact number in your Dashboard). If you think that the code review was not fair, you can request a second opinion using this form.

@dd-obua
Copy link
Owner Author

dd-obua commented Mar 22, 2022 via email

Copy link

@rustam-tolipov rustam-tolipov left a comment

Choose a reason for hiding this comment

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

Hello @dd-obua 👋,

Your project is complete! There is nothing else to say other than... it's time to merge it :shipit:

Congratulations! 🎉 🎉 🎉 🎉 🎉,

Cheers and Happy coding!👏👏👏

Developer-512px-10


As described in the Code reviews limits policy you have a limited number of reviews per project (check the exact number in your Dashboard). If you think that the code review was not fair, you can request a second opinion using this form.

@dd-obua dd-obua merged commit 7f2df43 into main Mar 23, 2022
@dd-obua dd-obua deleted the contact_form branch March 23, 2022 15:29
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.

4 participants