Hi there,
I’ve created and deployed lead capturing forms on my website. They are custom coded. I want to get that data in ActiveCampaign. Is it possible?
Hi there,
I’ve created and deployed lead capturing forms on my website. They are custom coded. I want to get that data in ActiveCampaign. Is it possible?
Hey @marst,
I custom code a lot of my forms as well. I would recommend grabbing the Form HTML and JS from one of your AC forms and building those out to your requirements custom.
That way you get the AC validation ahead of time.
If you don’t want to do that, then you can use the API to submit the contact information, although you will need to do that server-side to prevent your API keys from being exposed on the client.
Hi @jskole
I have the same challenge and I have read through the whole interenent, but can’t find instructions how to do it. Would you have any website/webpage/video, or anything which shows how to ring data from custom HTML-form to active campaign?