cancel
Showing results for 
Search instead for 
Did you mean: 

How to validate the signup process with data variable

Ne_el
Explorer
0 Kudos
71

I have login form with 3 values as(page variable) which i need to get check with the data.Users_list(data variable) if username, password, usertype get matched user should get login

pageVars.u_username === data.Users_list[0].fields.username && pageVars.u_pass === data.Users_list[0].fields.password && pageVars.u_type === data.Users_list[0].fields.user_type

Ne_el_0-1736765583435.png

Ne_el_1-1736765740029.png

@Dan_Wroblewski 
@merituulimelkko

@SAPSupport 

 

 




View Entire Topic
Ne_el
Explorer
0 Kudos

resolved with the help of JavaScript