Gather user info for create account to my platform
# 🤝help
l
is it possible to integrate account creation during conversation? for example i invite the user to create an account on my website, if the user agrees I want to keep continuing the conversation without redirection. right now im thinking, they hit 'yes' a new tab pops up and the chat continues to the next prompt, idk but is there a better way than that
a
Hey @limited-forest-26830 you can try putting the chatbot on multiple pages on your website. A user's conversation is tied only to the browser and device, not the specific URL. So if the user starts a conversation on website.com/register and then goes to website.com/dashboard, as long as the
.init()
script is on both pages the conversation should carry through.