Skip to content

Instantly share code, notes, and snippets.

@nobelnrj
Last active July 8, 2020 06:40
Show Gist options
  • Save nobelnrj/6224de5ca7d49279e64c0f44b591d7aa to your computer and use it in GitHub Desktop.
Save nobelnrj/6224de5ca7d49279e64c0f44b591d7aa to your computer and use it in GitHub Desktop.
[
{
"type": "input",
"attr": {
"type": "Text",
"class": "trail-1"
},
"labelText": "Email *"
},
{
"type": "input",
"attr": {
"type": "Text"
},
"labelText": "Phone *"
},
{
"type": "input",
"attr": {
"type": "Text"
},
"labelText": "Company *"
},
{
"type": "input",
"attr": {
"type": "Text"
},
"labelText": "Something *"
},
{
"type": "textarea",
"attr": {
"type": "Text"
},
"labelText": "Message"
},
{
"type": "input",
"attr": {
"type": "Submit"
},
"labelText": "Phone *"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment