Copy link to clipboard
Copied
I have the code that made the form but what do I need to add to make it submit to my email? I'm very new at this.
Thanks
<!--pst form wrapper start -->
<div class="single_contact_form_wrapper pst_toppadder50 pst_bottompadder0">
<div class="container">
<div class="row">
<div class="pst_form_control">
<div class="pst_single_forms"><input type="text" placeholder="Name" /><i class="fa fa-user"></i></div>
</div>
<div class="pst_form_control pst_form_control_2">
<div class="pst_single_forms"><input type="email" placeholder="Email" /><i class="fa fa-envelope"></i></div>
</div>
<div class="pst_form_control">
<div class="pst_single_forms"><input type="text" placeholder="zip code" /><i class="fa fa-star"></i></div>
</div>
<div class="pst_form_control">
<div class="pst_single_forms pst_form_control_2"><input type="text" placeholder="location" /><i class="fa fa-map-marker"></i></div>
</div>
<div class="pst_btn_form">
<ul>
<li>
<a href="#" class="tem-btn">
<div class="btn-front">submit</div>
<div class="btn-back">submit</div>
</a>
</li>
</ul>
</div>
<div class="sp_choose_heading_main_wrapper pst_bottompadder0">
<p><span><strong>Submit your interest and recieve discounts on your first cleaning!!</strong></span></p>
</div>
</div>
</div>
</div>
<div> </div>
<!--pst form wrapper end-->
Copy link to clipboard
Copied
Have a look at https://code.tutsplus.com/tutorials/create-a-contact-form-in-php--cms-32314
Copy link to clipboard
Copied
I appreciate the response but im not the greatest at figuring this out. Can you help me with what I am missing?
Copy link to clipboard
Copied
Unfortunately, script writing goes beyond the scope of this user-to-user forum. Writing scripts is what developers get paid to do. Creating safe contact forms and sending form data securely by email are complicated subjects. What you don't know really can hurt you.
Good luck! 🙂
Find more inspiration, events, and resources on the new Adobe Community
Explore Now