I have an embedded chatbot (In this case Landbot) and want to pass softr user logged-in user data to the landbot form so in landbot I can sync the landbot generated user ID to the softr user?
Hi @NKx2,
You could try the following to get and pass logged-in user data:
window.logged_in_user['softr_user_email']
window.logged_in_user['softr_user_full_name']
window.logged_in_user['record_id']
window.logged_in_user[xxxxx]
XXX - custom attributes
Let me know if this works.
@NKx2 if you need more specific code example we would need you to share the landbod code you are using with a mock data so we can replace with Softr data and share back
thanks I am trying this now