Last active
September 22, 2017 17:36
-
-
Save NiclasOlofsson/0c12abf423c2f64ed43999c8e7457add to your computer and use it in GitHub Desktop.
Form example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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