HTML email form issues

View previous topic View next topic Go down

cbaby
cbaby
Member
Member
Forum Posts : 1
Member Since : 2013-01-15

Postcbaby 15/1/2013, 1:40 pm

Forgive me and my lack of knowledge in this department.

I am currently working on a website http://repertoirelogistical.com/

And I am trying to get the forms to email out. This website is strickly html and css. It has no CMS backend

Here is the code I'm working on and am having troubles with. Any advice is always appreciated.

<section id="slider-animated">

<div class="container">

<div class="row">

<div class="span12">

<div id="flexslider" class="flexslider">

<ul class="slides">

<!-- slide 1 -->

<li id="slide-1">

<div class="inner">

<h1>Contact us!</h1>

<div class="login">

<p style="margin-bottom:10px;">Sign up and well contact you at your earliest convenience.</p>

<div id="msg" ></div>

<form enctype='multipart/form-data' action='process.php' method='post'>

<form method="post" id="sms" name="sms" class="hidden-mobile" action="http://www.repertoirelogistical.com/cgi-sys/formmail.pl">

<input type="hidden" name="recipient" value="gverbois@gmail.com">

<input type="email" class="email required" id="email" name="email" placeholder="Type your email...">

<input type="text" id="fname" class="half required" name="fname" placeholder="Type your first name...">

<input type="text" class="half pull-right required" id="lname" name="lname" placeholder="Type your last name...">

<input type="submit" onClick="Thank you!" class="more-large" value="Get in Touch Now!">

</form>

</div>

<p>At Repertoire Logistical, we are always here help you. We want the very best for our partners and we want to engage you in enriching opportunities that can change your business for the better. We will provide oversight, accounting on a real-time basis, reporting, mgt info continuously!</p>

</div>

</ul>

</div>

</div>

</div>

</div>

</section><!-- #slider-animated -->


Vanilla990
Vanilla990
Administrator
Forum Posts : 114
Member Since : 2011-10-30

PostVanilla990 19/4/2013, 11:35 am

Take a look at this tutorial, it should help you get a better understanding of how you can send mail from a form.

http://www.quackit.com/html/codes/html_form_to_email.cfm

View previous topic View next topic Back to top

Create an account or log in to leave a reply

You need to be a member in order to leave a reply.

Create an account

Join our community by creating a new account. It's easy!


Create a new account

Log in

Already have an account? No problem, log in here.


Log in

 
Permissions in this forum:
You cannot reply to topics in this forum