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
I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
[FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
Please do not modify this template :) and fill in all the required fields.
1. Is this request related to a challenge you're experiencing? Tell me about your story.
Hello,
I'm able to open the chat bot right after a regular web form is submitted on a webpage. I was able to do that via a custom JavaScript on that webpage. So far, so good.
My next goal is to get a question of the web form and pass it along to the AI chat bot and make it automatically send the question, so the AI chat bot can start answering that question right away. Without extra clicks.
I tried to do that via JavaScript, but even though I'm able to pass the question to the chat bot textarea, when I simulate a click on the send button, I get the error "Question required".
Is this possible to accomplish?
If yes, are there any example JavaScript code you can provide or steps to take?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
Hello,
I'm able to open the chat bot right after a regular web form is submitted on a webpage. I was able to do that via a custom JavaScript on that webpage. So far, so good.
My next goal is to get a question of the web form and pass it along to the AI chat bot and make it automatically send the question, so the AI chat bot can start answering that question right away. Without extra clicks.
I tried to do that via JavaScript, but even though I'm able to pass the question to the chat bot textarea, when I simulate a click on the send button, I get the error "Question required".
Is this possible to accomplish?
If yes, are there any example JavaScript code you can provide or steps to take?
Thank you!
2. Additional context or comments
Beta Was this translation helpful? Give feedback.
All reactions