Notifications
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.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Michael E. Gernaey 525 Super User 2025 Season 2
Tomac 324 Moderator
abm abm 232 Most Valuable Professional