From f2bf9f1b528793e47f0304bf701f0afd333b2eb4 Mon Sep 17 00:00:00 2001 From: Ferry Boender Date: Wed, 1 Apr 2015 22:29:13 +0200 Subject: [PATCH] Screenshots --- Screenshots.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Screenshots.md 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)