Hello
The requirement is - I have a webpage built and ready to use. Could I render that webpage as a part of my PVA bot?
To give more details, the web page is a kind of form which the user needs to fill out and submit.
Is this possible? Kindly mention alternatives if any.
Thanks,
Shri
If you use a custom canvas for the chat client you might be able to do HTML/JS injection and manipulate the DOM to achieve this. How would you capture the outputs of that form?
@ManikandanS Thanks for your Reply. We are also using adaptive cards in the bot. But for a part of our requirement, we need to render a form that is subject to changes.
That is why we are checking on rendering that webpage directly in the Bot.
@Shri02 - Not sure how big is your form is. I can suggest you to check whether adaptive cards can be used instead of web page form. We are using adaptive cards for collecting user inputs in some use cases.
Thanks.