Setting up a quiz funnel

I have created a quiz funnel, which is what I am using as a lead magnet. Once they have completed the quiz, they will get their results, with a link to the paid course that I intend to build as a separate studio here on pickaxe. This is my first time, I have watched some YouTube videos but I still have some questions. My question, I want to collect their email address before they complete the quiz, how can I do that

@tk2007 I’m assuming you are NOT using the form-style pickaxe but the chat-style.

You have three options based on the use case:

  1. The lead magnet does not require a log-in: Write the prompt in a way that asks the user for the email. Enable user memory and you will find the information in the memory associated with the user (identified by its IP address). You will need to manually retrieve the email (>>> not great if you want to automate your lead gen process)

  2. The lead magnet does not require a log-in: Create an action that requires the email as a variable. Send the email to Make (as an example) so that you can create a scenario that adds leads to a database, verifies email, enriches leads, and enrols them in an email sequence.

  3. The lead magnet requires a log-in: if users log in before taking the quiz, you can retrieve the data by creating an action that retrieves an environment variable (without asking the user for the same information again). The variable is [PICKAXE_USER_EMAIL]. The action then sends the data to Make (as per step 2)

Thank you. i think it has worked, just need to test it.