Doubt on taking values from input field in alpha

I created a global page for collect data from the user. i have tried alpha.local.get() but in that i’m not able to see the input entered values how can i get the values which is entered by the user ?

@Sam @Simphiwe

Hi @Aswin,

Have you binded your input values to local ?

this is how i have done
@Simphiwe

1 Like

Please try alpha.co.get() it seems like your input values are binded to co

1 Like

Hello @Aswin ,
since you bound the value to CO, you’ll need to use alpha.co.get() to view it

2 Likes

Oh so this middle name will change depends on the variable which I’m binding right

Thankyou @Sam @Simphiwe

1 Like