You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to guide users toward asking specific prompts by pre-populating the chat input.
Goal: Start the Flowise chat with a pre-inserted user message and automatically send it.
Issue: I'm attempting to achieve this using JavaScript. I can successfully insert the user message into the input field (textarea), but I cannot trigger the chat to send. The send button appears to be unclickable when triggered programmatically via JS.
We want to guide users toward asking specific prompts by pre-populating the chat input.
Goal: Start the Flowise chat with a pre-inserted user message and automatically send it.
Issue: I'm attempting to achieve this using JavaScript. I can successfully insert the user message into the input field (textarea), but I cannot trigger the chat to send. The send button appears to be unclickable when triggered programmatically via JS.