Skip to content

Instantly share code, notes, and snippets.

@DeeJayTC
Created August 7, 2020 13:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DeeJayTC/677a4aaec1babc0707fb1a1593d2e075 to your computer and use it in GitHub Desktop.
Save DeeJayTC/677a4aaec1babc0707fb1a1593d2e075 to your computer and use it in GitHub Desktop.
{
"type": "AdaptiveCard",
"$schema": "https://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.3",
"body": [
{
"type": "Input.Text",
"placeholder": "Your family name...",
"label": "Family Name",
"id": "familyname"
},
{
"type": "Input.Text",
"placeholder": "Placeholder text",
"label": "Your first name...",
"id": "firstname"
},
{
"type": "Input.Date",
"label": "Date of birth"
},
{
"type": "Input.Text",
"label": "Your Email",
"placeholder": "email@domain.com",
"id": "email"
},
{
"type": "Input.Text",
"placeholder": "Placeholder text",
"label": "Password",
"id": "pwd"
}
],
"actions": [
{
"type": "Action.Submit",
"title": "Sign Up"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment