Databind not retrieving user data from webpage

We are working on simple question & answer UI’s. We have about 20 pages with a similar format. One particular page has been giving us databind issues (Bible Study Guides - Revelation of Love)

Here is our console

webflow-databind.js:175 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'getData')

    at WfuDataBinder.bindData_db (webflow-databind.js:175:23)

    at HTMLInputElement.<anonymous> (webflow-databind.js:124:26)

    at Function.each (jquery-3.5.1.min.dc5e7f18c8.js?site=639751350108e54a68d9a1ae:2:2976)

    at WfuDataBinder.bind (webflow-databind.js:110:11)

    at Object.myCallback [as userInfoUpdatedCallback] (18-revelations-spirit-of-prophecy:84:42)

    at WfuUserInfo.readyUserInfo (webflow-membership.js:232:25)

    at WfuUserInfo.init (webflow-membership.js:175:14)

    at HTMLDocument.<anonymous> (18-revelations-spirit-of-prophecy:80:8)

    at e (jquery-3.5.1.min.dc5e7f18c8.js?site=639751350108e54a68d9a1ae:2:30005)

    at t (jquery-3.5.1.min.dc5e7f18c8.js?site=639751350108e54a68d9a1ae:2:30307)

Hey Joba,

I’ve updated the libraries, they’ve been moving fast.
But the problem was that you had a different input field on your page with an invalid binding of wfu-bind="". I’ve removed that invalid binding and it’s working fine.

Thanks for that, I’ll think about what we can do in terms of error messages in that situation.

Note also I’ve commented out the code on that page since it was trying to overwrite the email field as well.

Wow, can’t believe that was missed! Thanks. The messages did a tleast provide a starting point in terms of debugging.

I mentioned it before, but the library has been amazing. Couldn’t have worked any better. I can’t wait to see where it goes from here!

1 Like

Thanks Joba,

We’re really looking forward to see how designers use the new user data features, they’re incredibly powerful for integration. Will be interesting to watch.