@harryw377 - to get the information passed into the typeform, you will have to send it along as a ‘hidden field’ attached to the URL of the typeform (as the article that @Liz mentions)
In your typeform, you will need to create two hidden variables in the Advanced Logic tab under Logic. These fields will be the recipient ‘buckets’ where the name and email will be stored in the form.
Now these variables can be used within the typeform - you can display the information using the @recall function - type the ‘@’ sign and a pop will appear with a list of things that you can place at that point in the screen: responses to previous questions and variables. choose the variable you want to show .. something like the following:
Hello @user_name_goes_here_hidden_variable!
if you don’t want to use the information to show on the screen, you can pass them along with the payload of answers from your typeform as part of the response data - either into typeform or into your crm if you need to have the email address available to map to a client record.
there is no way, at this time, in typeform, to have an email question (that is looking for someone to enter their email address) pre-populated by the email address passed in as a hidden field. You would have to do something like this on the email question type in the description part of the question:
Q4 Please enter your email in the field below
This is the email that you used to get into this form: @recall_hidden_email_variable
If this is NOT the best email to use, please enter the correct one below. If this address is ok, you can skip this question
hope this helps
des