commit f2bf9f1b528793e47f0304bf701f0afd333b2eb4 Author: Ferry Boender Date: Wed Apr 1 22:29:13 2015 +0200 Screenshots diff --git a/Screenshots.md b/Screenshots.md new file mode 100644 index 0000000..a35762c --- /dev/null +++ b/Screenshots.md @@ -0,0 +1,13 @@ +# Screenshots + +Upon loading the index page, Scriptform presents the user with a list of defined forms: + +![](https://raw.githubusercontent.com/fboender/scriptform/master/doc/screenshots/list.png) + +The user selects a form by clicking on one of the blue buttons. Scriptform generates the form on the fly from the .json file: + +![](https://raw.githubusercontent.com/fboender/scriptform/master/doc/screenshots/form.png) + +The user fills out the form and presses the submit button. Scriptform will call the callback (an executable or a Python function/method) and display the results: + +![](https://raw.githubusercontent.com/fboender/scriptform/master/doc/screenshots/result.png)