How to add html form in rasa core

I want user to fill a form in chat. I am using Rasa Core. Please help. Thanks in advance.

please take a look at our form action: Forms

Hello, I have checked that out. But my concern is how to make user input text fields into it. Please share code if you have. Thanks in advance.

I don’t understand what do you mean.

@GhostvvCapture I want to show something like this in my chat which user can fill.How to enable this user input text boxes?

firstly, how to put this into chat interface depends on your frontend, second you’d need a custom component to parse this form into intent/entities format

Can you help with the custom component part? I am very much new in this. Front end is in React.

sorry, I cannot help, I’m not familiar with html forms