dongzilu0178 2017-04-19 06:16
浏览 27
已采纳

使用有效的广告系列API

I would like to build a custom form, so when a user signs up through active campaign they are then presented with a second form. With the second form they can choose which categories they want to recieve emails for.

I have done some research and think I have to use the API provided by active campaign, but I have no idea how to go about it.

This is their API http://www.activecampaign.com/api/overview.php

Anyone got any pointers for me to get me started. Cheers

  • 写回答

2条回答 默认 最新

  • du9843 2017-04-19 07:21
    关注

    You can build that directly through the Form editor, no need to do it through the API. Create 2 forms, in the first form > Options > On submit > Include the direct link of the 2nd form, so once the contact submits the first form he will be redirected to the 2nd form.

    If you don't want the contact to include the email in the 2nd form because you got it already in the first form, in the on submit URL of the first form include:

    http://your-account.activehosted.com/f/yourformID?email=%EMAIL% so that prepopulates the email field.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 IAR程序莫名变量多重定义
  • ¥15 (标签-UDP|关键词-client)
  • ¥15 关于库卡officelite无法与虚拟机通讯的问题
  • ¥100 已有python代码,要求做成可执行程序,程序设计内容不多
  • ¥15 目标检测项目无法读取视频
  • ¥15 GEO datasets中基因芯片数据仅仅提供了normalized signal如何进行差异分析
  • ¥100 求采集电商背景音乐的方法
  • ¥15 数学建模竞赛求指导帮助
  • ¥15 STM32控制MAX7219问题求解答
  • ¥20 在本地部署CHATRWKV时遇到了AttributeError: 'str' object has no attribute 'requires_grad'