I implemented the reverse geocode function to an enterprise form but the pulldata("@property", 'token') function prevents our surveys from submitting to the server, displaying a red exclamation mark, signifying that it didn't go through. I can remove this from the form and it'll post to our server but what could possibly go wrong?
| hidden | signincheck | This field checks if the user is signed in. | | | | | | | | pulldata("@property", 'token') |
| note | notloggedin | <b>You're not signed in to a named user account. This sample will only function when signed in.</b> | | | | | | | | string-length(${signincheck}) = 0 |