Announcements
create an adaptive card with a title at the top, a paragraph, 2 input field (first name, last name), a submit button, and a smaller fine print at the bottom
{ "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard", "version": "1.3", "body": [ { "type": "TextBlock", "text": "User Information", "weight": "Bolder", "size": "Large" }, { "type": "TextBlock", "text": "Please enter your first and last name.", "wrap": true }, { "type": "Input.Text", "id": "firstName", "placeholder": "First Name" }, { "type": "Input.Text", "id": "lastName", "placeholder": "Last Name" }, { "type": "ActionSet", "actions": [ { "type": "Action.Submit", "title": "Submit" } ] }, { "type": "TextBlock", "text": "By submitting, you agree to our terms and conditions.", "wrap": true, "size": "Small", "isSubtle": true } ] }
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
David_MA 77 Super User 2026 Season 1
Haque 68
Expiscornovus 56 Most Valuable Professional