cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How do I capture user input values in registration steps?

Zimmer
Participant

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

Best regards,
Vakho
1 REPLY 1

arturo_mondelo
Dynatrace Advisor
Dynatrace Advisor

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!

Featured Posts