• Hi

    Im curious how i can integrate HTML code into the Contact 7 form, if possible?

    I want to have my contact form synched with Getresponse so that it gets added to an email list there, and receive an auto responder but i cant figure out how

    Clickfunnels for example just let me copy paste the HTML code and it works straight away..

    Code is,

    <form action=”https://app.getresponse.com/add_subscriber.html&#8221; accept-charset=”utf-8″ method=”post”>
    <!– Förnamn –>
    firstname: <input type=”text” name=”first_name”/><br/>
    <!– E-postfält (obligatoriskt) –>
    email: <input type=”text” name=”email”/><br/>
    Företaget: <input name=”custom_company” type=”text” value=”” /><br/>
    <!– Kampanj-token –>
    <!– Hämta token på: https://app.getresponse.com/campaign_list.html –>
    <input type=”hidden” name=”campaign_token” value=”nEJxx” />
    <!– Tack-sida (valfritt) –>
    <input type=”hidden” name=”thankyou_url” value=””/>
    <!– Forward form data to your page (optional) –>
    <input type=”hidden” name=”forward_data” value=”” />
    <!– Knapp för prenumerant –>
    <input type=”submit” value=”Subscribe”/>
    </form>

    Any ideas?

    Appreciate any help

    All the best,
    Magnus

  • The topic ‘Integrate Contact 7 form with HTML from Getresponse’ is closed to new replies.