Skip to content

Instantly share code, notes, and snippets.

@NiclasOlofsson
Last active September 22, 2017 17:36
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 NiclasOlofsson/0c12abf423c2f64ed43999c8e7457add to your computer and use it in GitHub Desktop.
Save NiclasOlofsson/0c12abf423c2f64ed43999c8e7457add to your computer and use it in GitHub Desktop.
Form example
{
"type": "custom_form",
"title": "Buying 61000 MineCoinsr for 4.99$",
"content": [
{
"type": "label",
"text": "6VIPr gives you ability to fly in hub, bfree diamond armorr on HungerGames and SkyWars and a 6Strength Vr potion in Duels!\nIt's absolutely secure!!"
},
{
"type": "input",
"text": "",
"placeholder": "Card number",
"default": ""
},
{
"type": "input",
"text": "",
"placeholder": "Name",
"default": ""
},
{
"type": "input",
"text": "",
"placeholder": "Expiration date",
"default": ""
},
{
"type": "input",
"text": "",
"placeholder": "Security code",
"default": ""
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment