Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Need Code for making my form submit to email

New Here ,
Jan 07, 2021 Jan 07, 2021

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-->

229
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 07, 2021 Jan 07, 2021

Have a look at https://code.tutsplus.com/tutorials/create-a-contact-form-in-php--cms-32314

Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 07, 2021 Jan 07, 2021

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 08, 2021 Jan 08, 2021
LATEST

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 & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines