18 Oct 2022 09:47 AM - last edited on 18 Oct 2022 10:03 AM by Ana_Kuzmenchuk
Hello,
I'm wondering what is the best practice to catch user input during the registration.
For instance, the user started the registration which is in a few steps like step 1: phone number, step 2: username step 3: Identification number step 4: Address
How to catch all these inputs even if the user breaks the registration on step 3?
I appreciate it if you could provide step by step explanation.
Thanks
Solved! Go to Solution.
02 Nov 2022 08:51 AM
Hi @Zimmer,
You can set up User action or Session Properties (https://www.dynatrace.com/support/help/shortlink/user-session-properties#add-properties) so you can get that data into the application and further analyze it.
I will try a CSS selector to get those values, inspecting the page so you are sure you grab what is of interest (values used).
Regarding your last question ("How to catch all these inputs even if the user breaks the registration on step 3?") does step 4 happen independently step 3? If the user pass in there a value, you should be able to capture it too.
Hope it helps on your needs!