Viewing 13 replies - 1 through 13 (of 13 total)
  • I have exactly the same question. I tried a lot of things but it doesn’t work.

    Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    I haven’t heard of or used Active Campaign. If you had an example form from them, I could take a gander and see if I have any thoughts.

    I have the same problem. I could provide the embeddable html. Would this help?

    I was able to get this work by adding the form action and all of the hidden fields.
    https://www.screencast.com/t/1eFgoa9VZtl – it’s similar to the way you have to set up Aweber.

    We just switched from MailChimp to ActiveCampaign quite simply because of the incredible automation controls. MailChimp unfortunately is behind the curve on this one… (Love them in every other way)

    Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    Howdy!

    I apologize for the delay—I was away a couple of weeks for the holiday. Thanks for sharing how you were able to get it to work.

    Cheers!

    Thread Starter newedgemarketing

    (@newedgemarketing)

    I am having problems with this I’ve done the same as Dan & Jennifer thanks guys, but its not working.

    Spoke to active campaign on chat who did all they could but couldn’t help any further.

    They said there were other code snippets for email, name and submit that were required, but that enews widget doesn’t have a field to put them.

    Which is odd when you guys have got it working without it.

    Would appreciate your help or input Brandon? Screenshot attached of my settings:

    https://goo.gl/mbCQlt

    Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    Howdy—could you include the embed code provided from them here?

    Offhand, in Dan’s screenshot, email is lowercase, while in your it is uppercase. It is case-dependent, so that’s a red flag that the other settings may not be correct as well.

    Thread Starter newedgemarketing

    (@newedgemarketing)

    Thanks Brandon I’ll check that out. Here’s the code, I assume you meant all of it

    [Large code excerpt removed by moderator per forum rules. Please use the pastebin for all large code excerpts. It works better anyway.]

    Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    Try:
    Form Action: //newedgemarketing.activehosted.com/proc.php
    First Name Field: fullname (note you’ll want to edit the First Name label to say Full Name)
    Email Field Name: email
    Hidden Fields:

    <input type='hidden' name='f' value='1012'>
      <input type='hidden' name='s' value=''>
      <input type='hidden' name='c' value='0'>
      <input type='hidden' name='m' value='0'>
      <input type='hidden' name='act' value='sub'>
      <input type='hidden' name='nlbox[]' value='1'>

    Thread Starter newedgemarketing

    (@newedgemarketing)

    Hi Brandon, that worked perfectly.

    I assume if i have another form with just email field req I’d have to create a another form and use the details from that

    I’m very interested in an answer to @newedgemarketing’s question. I also have forms with just email required and am about to recommend Active Campaign for a client. Thanks.

    Thanks all for preparing this code.

    I want to update it:

    <input type=’hidden’ name=’f’ value=’FormID’>
    <input type=’hidden’ name=’s’ value=”>
    <input type=’hidden’ name=’c’ value=’0′>
    <input type=’hidden’ name=’m’ value=’0′>
    <input type=’hidden’ name=’act’ value=’sub’>
    <input type=’hidden’ name=’nlbox[]’ value=’ListID’>

    which Form ID is a number. You can easily find it on your AC account. (You need to create a form on AC to send new contacts)
    and List ID is a number too. If you want to add new contacts to different list, update this number to the assigned list number.

    In case you are interested to ask for First and Last name, add firstname and lastname (all lower letter) to the fields.

    In my case, I had to add http in front of the address (https://YOURID.activehosted.com)

    Hi there,

    I’d like to follow up on this.

    I entered

    //monikabirknerbusinesstransformation.activehosted.com/proc.php

    but once someone is entering his E-Mail-Adress, he’s ending up here:
    https://monikabirknerbusinesstransformation.activehosted.com/admin/

    instead of getting to the confirmation page. Why’s that?

    Regards
    Michaela

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Integration with Active Campaign’ is closed to new replies.