Forum Replies Created

Viewing 1 replies (of 1 total)
  • @lorinc you say we need to
    ‘in your “Form” part you should have following tag: [email* your-email] and in Additional Headers you should have Reply-To:<[your-email]>’
    I don’t know where in my form I need to put the [email* your-email] – where do I put this into my form (copied below)
    Thanks

    <p><label for=”name”>Name:</label>
    <input type=”name” id=”name” name=”Name” /></p>
    <p><label for=”Businessname”>Business Name:</label>
    <input type=”Businessname” id=”Businesname” name=”BusinessName” /></p>
    <p><label for=”email”>Email:</label>
    <input type=”email” id=”email” name=”Email” /> </p>
    <p><label for=”phone”>Phone:</label>
    <input type=”tel” id=”phone” name=”phone” /></p>
    <div class=”clear”></div>
    <p>[textarea your-message class:TCGmsg placeholder “What can I help you with?”] </p>

    <p class=”tcgContactBlocks”>[submit “GET IN TOUCH”]</p>

Viewing 1 replies (of 1 total)