Input form adaptive card is supported in WebChat using Bot framework (node.js). The samples can be viewed here in this link. I want to use the same Input form adaptive card in Facebook. Is there any ways through which we can do it? Here in this link it is described about the adaptive cards in carousel layout link and point out that native template of Facebook can be used for adaptive card. So, can the Input form adaptive card also be done using the native templates of Facebook. Have anyone tried it?
Asked
Active
Viewed 184 times
1 Answers
0
The Facebook Messenger renders AdaptiveCards as images and forwards the image to the chat. Consequently, input fields are not supported in the Facebook channel. Also, I don't believe Facebook's templates have input fields.
An alternative option to gather information from the user is to use Facebook's WebView.
Hope this helps.

tdurnford
- 3,632
- 2
- 6
- 15