Integration with an External Form.

  • masterdrone
    Asked on July 10, 2016 at 9:35 PM

    I have purchased and installed an external webform on my website.  http://adsthatmove.co/leads1/index.html

    How can I integrate it with my jotform database?  The template says to paste the Opt-in code for my mail service. See the sample below...

     

    ***************SAMPLE FROM MY MAIL FORM TEMPLATE***************

      <!-- your Opt-in code start here... -->

      <form action="http://mulxim.com/ea/formcapture.php?v=812&amp;w=2902" method="post">

    <input name="first_name" type="text" class="name_field" id="first_name" onDISABLEDfocus="if(this.value == 'Enter Your First Name'){ this.value = ''; this.style.color= '#1a1a1a'; }" onDISABLEDblur="if(this.value == ''){ this.value = 'Enter Your First Name'; this.style.color= '#818181'; }" value="Enter Your First Name" />

    <br />

    <input type="text" name="email" class="email_field" value="Enter Your Email Address" onDISABLEDfocus="if(this.value == 'Enter Your Email Address'){ this.value = ''; this.style.color= '#1a1a1a'; }" onDISABLEDblur="if(this.value == ''){ this.value = 'Enter Your Email Address'; this.style.color= '#818181'; }" />

    <br />

    <input type="submit" name="submit" value="" class="opt_btn" />

    <input type='hidden' name='id' value='6422'>

    <input type='hidden' name='first_name_man' value='1'>

                </form>

    <!-- your Opt-in code END here... -->  

     

  • Chriistian Jotform Support
    Replied on July 11, 2016 at 2:38 AM

    If I understand correctly, you want the external form to send to the Jotform database? It is not possible to integrate the submission from an external form into your jotform account. You will have to create the form in jotform and embed it to your webpage so you can receive the submissions into your jotform account. If you need further assistance, please let us know.