We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

contact form button not sending emails out to me

contact form button not sending emails out to me

James203
Tourist
6 0 1

i recently deleted the original contact-form_liquid to my own code. which looks all great and that, but im having problems with the send button. when i press the send button, it redirects me to the top home page and it does not send the email, first name, last name, contact number and message to my personal email. is the anyway of linking the send button to url for send the data over like a normal contact us form button would do?

 

here's the code:

 

<body>
<div class="container">
<div class="innerwrap">

<section class="section1 clearfix">
<div class="textcenter">

<h1>Contact Us Today</h1>
</div>
</section>

<section class="section2 clearfix">
<div class="col2 column1 first">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d18612.655291461444!2d-2.736128!3d54.3290223!3m2..." width= 100% height="550" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div class="col2 column2 last">
<div class="sec2innercont">
<div class="sec2addr">
<p>71 KINGDOM</p>
<p><span class="collig">Phone :</span> +44 </p>
<p><span class="collig">Email :</span></p>
<p><span class="collig">Fax :</span> +91 9768850839</p>
</div>
</div>
<div class="sec2contactform">
<h3 class="sec2frmtitle">Want to Enquire ? Drop Us a Message</h3>
<form action="">
<div class="clearfix">
<input class="col2 first" type="text" placeholder="FirstName">
<input class="col2 last" type="text" placeholder="LastName">
</div>
<div class="clearfix">
<input class="col2 first" type="Email" placeholder="Email">
<input class="col2 last" type="text" placeholder="Contact Number">
</div>
<div class="clearfix">
<textarea name="textarea" id="" cols="30" rows="7">Your message here...</textarea>
</div>
<div class="clearfix"><input type="submit" value="Send"></div>
</form>
</div>

</div>
</section>

</div>
</div>
</body>

Replies 0 (0)