Skip to content

Commit

Permalink
Merge pull request #421 from soumojeet-mondal/Fixed-Typo
Browse files Browse the repository at this point in the history
[FIXED] - contact_GSSoC_contriburted.html
  • Loading branch information
khushi-joshi-05 authored May 22, 2024
2 parents d562370 + 8259024 commit 87218a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Html-files/contact_GSSoC_contriburted.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h2 class="get_in_touch">Get in Touch</h2>
<p class="contact_message">Hi, thank you so much for choosing Foodies today. Please fill out this form and we will get back to you ASAP.</p>
<form action="/submit" method="POST" class="contact_form">
<input required class="contact_name" type="text" placeholder="Your Name" />
<input required class="contact_email" type="email" placeholder="You Email" />
<input required class="contact_email" type="email" placeholder="Your Email" />
<input required class="contact_number" type="number" min="0" max="9999999999" pattern="[0-9]{10,}" placeholder="Your Mobile No." />
<input required class="contact_textarea" type="textarea" placeholder="Your Query" />
<button class="contact_submit" type="submit">Submit</button>
Expand Down

0 comments on commit 87218a7

Please sign in to comment.