Use pure JS in submission form instead of PHP + JS
Opened this issue · 1 comments
mjhorvath commented
There is a lot of duplicated functionality in the PHP and JS code of the submission form. Might as well scrap most of the PHP code and generate the keyboard and form elements using pure JS.
mjhorvath commented
Should also take this opportunity to allow users to create their own layouts. Not sure how I should do it using the current interface though. Creating a separate tool/interface just for creating layouts is a possibility.