Screenshots

master
Ferry Boender 10 years ago
commit f2bf9f1b52
  1. 13
      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)
Loading…
Cancel
Save