Buy & Sell Leads

How To Get Unlimited Access To The #1 Tool That Helps You Buy & Sell Leads At Scale In 2025

What

Why

>> 90 Day Money Back Guarantee <<

Book a call to see how the Listflex software can fulfill every need your company could possibly want when collecting or selling leads, and we’ll let you test drive the system for 90 days at $500/Month with no risk!

We guarantee you’ll see how much more money there is in data, with fewer problems, and never look back!

“Using Listflex has done one thing that every entrepreneur looks for, it has given me more time. With the features and options already placed in the platform, it has simplified the workflow of my lead company. I highly recommend this system for anyone that deals with data.”

– Paul S

Collect

Send

** Money Back Guarantee & How It Works: If after 90 days you’re unsatisfied for any reason, we will refund the monthly minimum of $500 for a maximum potential total of $1,500.00. If you were to exceed $500/month from imported leads (up to 500,000), or choose to use optional paid 3rd party services like data appending, phone validation or email validation, those fees (additional leads or add-ons) are separate and non-refundable.

Using Clickfunnels to capture leads into Listflex and redirect to a Thank You page

Capture Leads in Click Funnels

This article somewhat expands the concept explored in one of our previous posts. What we will talk about today is how to generate leads using a Clickfunnels landing page and Listflex. In most cases, when you buy traffic, you don’t want to pay for leads that are in one way, shape or form invalid. Using Listflex you can validate the leads you get through a Clickfunnels landing page and then redirect them to a Thank You page or a “Fail” page, depending of whether or not the lead passes your validation parameters. The video below will show you how to do just that.

Here is the HTML form code that you will need to copy and paste into your Clickfunnels integration (please watch the video):

<form action="http://leads.liquidfortune.com/lmadmin/api/leadimport.php">

<input type="hidden" name="apikey" value="SW5M7TWIQ3CDZT6YZMU5">
<input type="hidden" name="list_id" value="1637">
<input type="hidden" name="use_poster_ip" value="yes">

<input type="text" name="fname" value="">
 <input type="text" name="email" value="">

</form>

 

Highlighted in red are the values you will need to swap with the values from your own Listflex account. Here is where to grab them. In your Listflex account, navigate to the profile of the vendor whose list you’re importing data into. Then click on More Options -> API Instructions.

Find the API URL for the list you have in mind. Here is an example:

From that API URL, you need to copy and paste into the HTML code above 3 parameters. 1st is the API endpoint. In my case it’s this portion.

2nd is apikey:

And 3rd is list_id:

How to add more fields to the HTML code.

Our above HTML code only captures First Name and Email. What if we want to also capture, for instance, Phone and Zip Code? Those are very easy to add. In fact, any extra field you want to capture is added the same exact way. Let’s see how.

All you need to do is add a line that looks like this: <input type=”text” name=”xxxx” value=””> xxxx in this case is the name of the field. In the case of phone, it will be phone and the case of zip code, it will be zip. So here is what the final HTML code will look like:

<form action="http://leads.liquidfortune.com/lmadmin/api/leadimport.php">

<input type="hidden" name="apikey" value="SW5M7TWIQ3CDZT6YZMU5">
<input type="hidden" name="list_id" value="1637">
<input type="hidden" name="use_poster_ip" value="yes">

<input type="text" name="fname" value="">
 <input type="text" name="email" value="">
 <input type="text" name="phone" value="">
 <input type="text" name="zip" value="">

</form>

 

All I did was add the two highlighted lines to the previous code. And where do you get those values (fname, email, phone etc.)? From the same spot you’ve been getting everything else.

 

Share This Post
Subscribe To Our Newsletter

Get updates and learn from the best

More To Explore

Do You Want To Boost Your Business?

drop us a line and keep in touch

Click on the Calendar to schedule
a quick chat with an Expert