Skip to main content
Best answer

Connecting Form to Convertkit

  • September 22, 2020
  • 2 replies
  • 106 views

Hi all,

I’m missing something easy and need help: I have a web form on my site (Formidable Forms) that four fields: Name, Email, Optin, Level. Optin is a single checkbox, Level is a choice of 3 different levels selected by checkbox. I have the matching form on Convertkit. However, I can’t figure out how to build a zap that passes the info in the checkboxes through to Convertkit. The checkboxes are tags in Convertkit, but ‘Add a Tag’ adds the tag regardless of whether the user click the box or not.

What am I missing?

Any advice would be appreciated.

Best answer by Troy Tessalone

You can add a Filter step to check if the checkbox field was checked in the trigger step.

 

Generally systems accept these values for checkboxes:

TRUE/FALSE

1/0

Yes/No

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • Answer
  • September 22, 2020

You can add a Filter step to check if the checkbox field was checked in the trigger step.

 

Generally systems accept these values for checkboxes:

TRUE/FALSE

1/0

Yes/No


  • Author
  • Beginner
  • September 22, 2020

Thanks! I’ll give it a try.