I have a javascript which works well however I would like to be able to read a field from my data to use in the existing javascript.
For example I have an existing javascript that when passed say a number will display some useful information on the screen. At the moment I have it hard coded which works but is not great since every user will have a different number.
Is there a way to be able to read out a given field? I found Knack.getUserAttributes() and I got this to work but it would only appear to work for the default fields in the user object ie if I added a field for my "special number" then I could not get access to it but I could access name and email address.
David