0% found this document useful (0 votes)
11 views1 page

Feedback

This document is an HTML template for a feedback form titled 'My Form'. It includes fields for name, email, contact number, and a message, styled with CSS for a visually appealing layout. The form submits data to a specified URL using the POST method.

Uploaded by

m-11070937
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views1 page

Feedback

This document is an HTML template for a feedback form titled 'My Form'. It includes fields for name, email, contact number, and a message, styled with CSS for a visually appealing layout. The form submits data to a specified URL using the POST method.

Uploaded by

m-11070937
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

<!

DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-eqiuv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Feedback </title>
<style>
form{
display: flex;
flex-direction: column;
gap: 1rem;
width: 45%;
margin: auto;
background-color: aliceblue;
padding: 1rem;
border-radius: 16px;
}
input{
padding:0.5rem;
border-radius: 16px;
}
input[type="submit"]{
width: fit-content;
background-color: orange;
color: white;
padding: 0.5rem 1rem;
cursor: pointer;
border: none;
box-shadow: 1px 1px 5px black;
margin: auto;
}
</style>
</head>
<body>

<h1 style="text-align: center;">My Form</h1>


<form action="https://formspree.io/f/xyyqaoyw" method="POST">
<input name="name" type="text" placeholder="Enter your Name">
<input name="email" type="email" placeholder="Enter your Email">
<input name="contact_number type="number" placeholder="Enter your Contact
Number">
<textarea name="message" name=""id="" cols="30" rows"10" placeholder="Enter
Message"></textarea>
<input type="submit" value="Send">
</form>

</body>
</html>

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy