Topic Resolution: Resolved
  • Closed
  • Michelle Beer
    Spectator
    12.05.2016 at 14:09 #27589

    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>

    Denzel Chia
    Moderator
    Posts: 2656
    14.05.2016 at 04:31 #27611

    Hi,

    Please use a contact form plugin.

    A form does not send email, it can only post to your website, which in turn process it and send the mail to your email address. You will need the codes for the processing part.

    What you need is a contact form plugin.
    A contact form plugin, will have the form and the processing scripts.

    Thank you

    Michelle Beer
    Spectator
    Posts: 1
    15.05.2016 at 01:29 #27638

    Thank you.

    Roman
    Spectator
    Posts: 3147
    15.05.2016 at 07:41 #27641

    no problem