<div class="my-contact-form">
<form action="https://formsubmit.co/asianmoviezone@gmail.com" id="contact-form" method="POST">
<div>
<label class="my-contact-form-label">Name:</label>
<input class="my-contact-form-input" id="name" name="name" required="" type="text" />
</div>
<div>
<label class="my-contact-form-label">Email:</label>
<input class="my-contact-form-input" id="email" name="email" required="" type="email" />
</div>
<div>
<label>
<br />
<center>
<h4>Gender : </h4>
</center></label>
<br />
<h3>
<input checked="" name="gender" type="radio" value="Male" />Male
<input name="age" type="radio" value="60" />
<input name="gender" type="radio" value="Female" />Female
<input name="gender" type="radio" value="Other" />Other
</h3>
</div></form></div>
<br />
<div>
<label input="" label="" name="country code" placeholder="Country Code" size="2" type="text" value="+91">
<input class="my-contact-form-input" name="Phone" required="" type="text" />
</label></div>
<br />
<div>
<label><b>Password</b></label><br />
<input class="my-contact-form-input" id="email" name="Password " required="" type="Password" />
</div>
<div>
<label class="my-contact-form-label">Message:</label>
<textarea class="my-contact-form-input" id="message" name="message" required=""></textarea>
</div>
<p></p><h3> @ stay with - www.asianmoviezone.com @ </h3><p></p>
<input name="_captcha" type="hidden" value="false" />
<input name="_template" type="hidden" value="table" />
<input name="_next" type="hidden" value="https://www.asianmoviezone.com/p/thank-you.html" />
<button class="my-contact-form-btn" type="submit"><b>Signe UP</b></button>
<br /> <br />
<br />
<br />
<style>
.my-contact-form{
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
.my-contact-form form{
width: 100%
}
.my-contact-form-label{
display: block;
font-weight: 600;
font-size: 16px;
color: #07074d;
margin: 12px 0;
}
.my-contact-form-input{
width: 100%;
padding: 12px 0px !important;
text-indent: 10px !important;
border-radius: 6px !important;
border: 1px solid #e0e0e0 !important;
background: white !important;
font-weight: 500 !important;
font-size: 16px !important;
color: #6b7280 !important;
outline: none !important;
resize: none !important;
}
.my-contact-form-input:focus{
border-color: #6a64f1 !important;
box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05) !important;
}
.my-contact-form-btn {
text-align: center;
font-size: 16px;
border-radius: 6px;
padding: 14px 32px;
border: none;
font-weight: 600;
background-color: #6a64f1;
color: white;
width: 100%;
cursor: pointer;
margin-top: 12px;
}
.my-contact-form-btn:hover {
box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}
</style>
0 Comments