Solved

How do you connect a WebFlow signup form to a Klaviyo list?

  • 4 January 2021
  • 3 replies
  • 1817 views

Badge +2

Hi there attempting to have webflow sign up people without leaving the site:

I have tried setting up similarly to mailchimp but it doesnt seem to work, it re-directs to another sign up page where it requests the email again. Does anyone have a fix for this?

Here are the settings:

 

 

best

ob

 

 

icon

Best answer by David To 28 April 2021, 20:00

View original

3 replies

Badge +1

Hi there attempting to have webflow sign up people without leaving the site:

I have tried setting up similarly to mailchimp but it doesnt seem to work, it re-directs to another sign up page where it requests the email again. Does anyone have a fix for this?

Here are the settings:

 

 

best

ob

 

 

Same problem here!

Userlevel 7
Badge +59

Hey @itsob and @JulsGra,

What is the source of this form? Is it a third party form you are using? 

If so you may want to reach out to this third part form provider to see if they have any instructions on their end to redirect these signups to a Klaviyo list. Alternatively, Klaviyo also has instructions on how to set up a redirect to be adding users to a Klaviyo list from the How to Redirect Existing Signup Forms to Klaviyo through adjusting the form’s code. 

-David

Badge +1

@itsob@JulsGra 

add an EMBED block from the components tab and place it in the canvas. get an embedded form code from klaviyo and paste it in HTML Embedded Code Editor
<div class="klaviyo-form-xxxxxx"></div>

 

then add the code snippet from the Signup Forms tab in Klaviyo as directed, before the body tag on every page you want to display the forms.
<script async type="text/javascript" src="https://static.klaviyo.com/onsite/js/klaviyo.js?company_id=xxxxxx"></script>

the con is that you can’t style the form in webflow, that has to be done in klaviyo’s form builder.

you can’t use webflow’s forms and get them to POST to Klaviyo. not with out a third party and even then the options and functionality are extremely limited.

Reply