Skip to content

Instantly share code, notes, and snippets.

@DZuz14
Last active July 16, 2021 19:59
Show Gist options
  • Save DZuz14/88d50e2795c1ec3a362739f623652528 to your computer and use it in GitHub Desktop.
Save DZuz14/88d50e2795c1ec3a362739f623652528 to your computer and use it in GitHub Desktop.
autoform 1
{
"success":"Hooray! your form was submitted.",
"fields":[
{
"name":"name",
"type":"text",
"placeholder":"Dana Scully",
"required":true,
"value": ""
},
{
"name":"location",
"type":"text",
"placeholder":"New York, NY",
"required":true,
"value": ""
},
{
"name":"email",
"type":"email",
"placeholder":"[email protected]",
"required":true,
"value": ""
},
{
"name":"message",
"type":"textarea",
"placeholder":"Enter your message...",
"required":true,
"value": ""
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment