• Hello,

    I am trying to integrate Contact Form 7 to IXACT. IXACT already gave us some “input names” to be used so that any entries submitted in the form will sync with their database just by pulling those names.

    Aside from that, I want to insert a hidden code, which will link the form to IXACT.

    See below for the sample codes.

    <input name=”i_leadcaptureid” type=”hidden” value=”####”>
    <input name=”i_formtype” type=”hidden” value=”Interested Seller”>
    <input name=”i_originalsource” type=”hidden” value=”Website”>
    <input name=”i_prospecttype” type=”hidden” value=”Sellers”>
    <input name=”i_propertyprimaryresidence” type=”hidden” value=”1″>

    First Name: <input name=”i_firstname” value=””>
    Last Name: <input name=”i_lastname” value=””>
    Email: <input name=”i_email” value=””>
    <input name=”Button1″ type=”submit” value=”Subscribe Now!”>
    Comments: <textarea name=”i_comment” cols=”20″ rows=”3″>I want to sell my home. It sucks.</textarea>

    Note that there are “names” with appropriate handles given in each item (i.e i_firstname, i_lastname, i_comment, etc.)

    These handles are important so that it will sync with IXACT’s database. May I know how can I use them to the form? I am no coder junkie so I only have very limited idea about this one but I want this to work for our website.

    Thank you!

    https://wordpress.org/plugins/contact-form-7/

  • The topic ‘Contact Form 7 integrate to IXACT’ is closed to new replies.