We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 28597
    • 17 Posts
    Actual Form:

    <p>[[fi.error.error_message]]</p>
    <form class="form" action="[[~[[*id]]]]" method="post">
    <div id="quoteform">
    <div class="quoteformhead">ABOUT YOUR COMPANY</div>
    <div id="quoteformcontent">
    <div class="quotecont" style="height: 28px;">
    <div class="quotecontleft">Company Name :</div>
    <div class="quotecontright"><input id="companyname" class="txtbx" name="companyname:required" size="55" type="text" value="[[fi.companyname]]" />
    <div class="quotecontleft">Security :</div>
    <div class="quotecontright">
    [[!+formit.recaptcha_html]]  
    [[+fi.error.recaptcha]]
    <div class="quotecont">
    <p>
        <input class="txtbx" name="Submit" type="submit" value="Submit" />
       
      <input class="txtbx" name="Reset" type="reset" value="Cancel" />
      </p>
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>
    </form>


    Ignore the bad coding this is a cut down from a bigger form until i can get a single field and recaptcha to send


    Snippit Tag (edited to remove my email address) called quotesnippit

    <?php
    [[!formit?
    $hooks=`recaptcha,email`
    $emailTpl=`QuoteTpl`
    $emailto=`[email protected]`
    ]]
    ?> 


    My TPL Chunk Called QuoteTpl
     This is the formit email chunk
    <br /> [[+companyname]] 



    I` have set my public and private keys for recaptcha but it doesn’t show up, i can’t get it to send and i need to have 4 contact forms on this site each different being a quote, contact form, booking form and sales enquiry

    I can’t get one form right to work but for the life of me i can’t see how this all fits together i can;t see how it knows what i have called stuff and how to call it,

    All advice and working examples you can show me will be greatly received

    Thanks

    PS I am updating to revolutions and this is one of those things i can’t seem to get right who would of thought email would be sticky point. Previously i have used eform