Skip to main content
Participant
January 8, 2021
Question

Need Code for making my form submit to email

  • January 8, 2021
  • 2 replies
  • 231 views

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>&nbsp;</div>
<!--pst form wrapper end-->

    This topic has been closed for replies.

    2 replies

    Nancy OShea
    Community Expert
    Community Expert
    January 8, 2021

    Hi @Christopher5EF8 

    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.

    • Ask your hosting provider if they have form-to-email scripts you can use.  Or if not, what scripts do they recommend you use with your hosting plan. 
    • Or hire an experienced developer to help you.
    • Or go to 3rd party services like wufoo.com, JotForm or mailChimp and use their embedded forms on your site. 

     

    Good luck! 🙂

     

    Nancy O'Shea— Product User & Community Expert
    BenPleysier
    Community Expert
    Community Expert
    January 8, 2021
    Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
    Participant
    January 8, 2021

    I appreciate the response but im not the greatest at figuring this out.  Can you help me with what I am missing?