docker registry for octoblu/form-service
10K+
Generic Form Service using JSON Schema
This service lets you pass a schema url and a post url as query parameters to a page that generates a form that on submit posts to that url. Its great for building forms that can post to a trigger in Octoblu!
https://form-service.octoblu.com/
https://form-service.octoblu.com/?schemaUrl=&postUrl=
We've found it easiest to host your json in a gist on github and link to the raw.
You can learn more about creating schema from schemaform.io !
{
"type": "object",
"title": "Octoblu Sonos - Play a Song",
"properties": {
"url": {
"title": "MP3 URL",
"type": "string"
}
}
}
Content type
Image
Digest
Size
125.3 MB
Last updated
over 8 years ago
docker pull octoblu/form-service