-
Notifications
You must be signed in to change notification settings - Fork 40
Added email input field in contact form for better user experience #9
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
base: master
Are you sure you want to change the base?
Conversation
Fixed contact form for better user experience
@@ -59,8 +59,13 @@ <h1 class="">ProgrammerGaurav</h1> | |||
<input type="text" class="form-control" id="name" name="name" required> | |||
</div> | |||
<div class="form-group"> | |||
<label for="Messege">Messege</label> | |||
<textarea type="email" class="form-control" id="messege" name="messege" | |||
<label for="Email">Email</label> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I redirected the user to my WhatsApp profile so no need to take email, I am not using any backend in this portfolio,
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not going to merge but will be eligible for hacktoberfest
@@ -18,21 +18,21 @@ | |||
<meta charset="utf-8"> | |||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |||
<meta name="description" | |||
content="Hi, I am Gaurav, I am a Full Stack Developer, If you need a Website, then email me may be. - programmergaurav"> | |||
content="Hi, I am Gaurav, I am a Full Stack Developer, If you need a Website, then you may email me. - programmergaurav"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think email me maybe is better
No description provided.