At the end, Anna is asking for general feedback for the session. This will help to get additional information that was not shared before.
You can ask for the name, email, address, and the IBAN and decide which fields are required to complete the session.
After the successful upload of the recording, you can send the users to another website. This can be your own thank you landing page, offering an incentive, or an additional questionnaire.
If you are using a recruiting service (like TestingTime), you will be asked to send testers back to the service provider through a link.
Dynamic redirect
You can also add the parameter redirect to your study link.
// URL tester opens
<https://sld.so/t?abc&redirect=*https://yourwebsite.com/profile/chucknorris*>
// URL tester will be redirected after completion
*<https://yourwebsite.com/profile/chucknorris*>
Pass parameters (advanced)
If you want to create dynamic redirect study links and pass parameters, you can do that as well.
*<https://yourwebsite.com/profile/{PARAMETER_FROM_URL.username}*>
// URL tester opens
<https://sld.so/t?abc&username=chucknorris>
// URL tester will be redirected after completion
*<https://yourwebsite.com/profile/chucknorris*>