How to add Submit button for leads?

How to add Submit button for leads? Like I need only name and phone number for customer to input, but when I add submit button, its asking me to choose product..

Also I use " checkout " page , because only on checkout page I could have SUBMIT button..

Hi @Filip_Mojsilovic !

If the main purpose of the funnel is to collect leads, you can do it with the following funnel structure:

  • LANDING PAGE
  1. Inside the landing page add 2 input elements to collect the name and phone number and make sure that they have their data type assigned properly.
  2. Since you will need the email to record the details properly, if you are not intending to collect this information, see this post for how to set it up in the backend Hide the email field creating random emails in the backend
  3. Lastly add a CTA button and set the action to SUBMIT STEP so it can record the lead’s details
  • THANK YOU PAGE
  1. Inside this page, add some text inside the page to confirm the lead that their information has been submitted.

Then once they submit their details they will be stored under the CUSTOMER’S tab.

Hope this helps!

Belén @Funnelish