-
Closed
-
Hi,
I’m looking to post a contact form on the homepage of our website, but there doesn’t seem to be anywhere in the code for me to specify what email to send it to. Is there any way you could help me?
Here’s the code, thank you
<form id=”contact-form” class=”contact-form” method=”post” novalidate=”novalidate”>
<h1 style=”text-align: center;”>Get in Touch</h1>
<h3 style=”text-align: center;”>If you need extra marketing or business support, fresh solutions and expert advice? Then complete the details below to send us a message.</h3><input id=”name” class=”form-control” name=”name” required=”required” type=”text” value=”” placeholder=”Full Name” /><input id=”email” class=”form-control” name=”email” required=”required” type=”email” value=”” placeholder=”Email address” /><input id=”company” class=”form-control” name=”company” required=”required” type=”text” value=”” placeholder=”Company name” /><p style=”text-align: center;”><textarea id=”message” class=”form-control” name=”message” required=”required” rows=”3″ placeholder=”How can we help?”></textarea></p>
<p style=”text-align: center;”><button id=”submit” class=”btn btn-md btn-default btn-block” name=”submit”>SEND</button></p></form>
The topic Code for submit button is closed to new replies