Giter Site home page Giter Site logo

hacettepeoyt / formie Goto Github PK

View Code? Open in Web Editor NEW
17.0 1.0 2.0 69 KB

Open source form application made with Flask + pure HTML/CSS/JS.

Home Page: https://formie.div72.xyz/forms/

License: GNU Affero General Public License v3.0

Python 61.87% HTML 15.34% JavaScript 11.35% CSS 6.64% Shell 0.31% Makefile 1.82% Nix 2.66%
css html js python python-flask

formie's Introduction

formie

Open source form application made with pure HTML/CSS/JS. Needs minimal client-side JS for form creation.

Setup

Python 3.9+ is required to run Formie. If you are running Formie for a development build, you can just run make run.

If you are planning on running Formie on production, I'd advise looking at my PKGBUILDs repo.

formie's People

Contributors

bgstack15 avatar div72 avatar ikolomiko avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

formie's Issues

Frontend Improvements

This is a tracking issue for all things related to UI/UX. Individual issues can be created for major points.

  • Login/Register pages do not have any CSS customization.
  • Labels are not enforced to be at the same line as their (radio|check)boxes.
  • Form CSS leaks into the form creation page.
  • Better accessibility.
  • Footer linking back to the source code.

Windows Support [Makefile]

Getting the website to run locally on Windows is painful right now. 'make run' doesn't seem to work. Needs some changes for Windows.

source isn't available while executing Makefile

Build Error

python3 -m venv .venv
source .venv/bin/activate && pip install -U -r requirements.txt
/bin/sh: 1: source: not found
make: *** [Makefile:12: .venv] Error 127

Details

GNU Make uses sh by default, and as far as I know source isn't available in there. Instead . can be used, they are alias anyway.

Or SHELL can be changed to bash

Admin Page

Site admins should be able to view all users and be able to ban them/delete their polls etc.

Page for successful submissions for private forms

When a form is submitted successfully, Formie shows the results page for the corresponding form. However, the results of the form cannot be shown to other users when the form is set to be private. This behavior results in users being shown a 403-Forbidden error and no indication that their submission was received successfully.

Paragraph as Answer

Some questions don't have short answers, so it's not okay to answer them in typical Text field.. That is why introducing a new type of question would be nice. Name could be "Long Text", "Paragraph" etc.

User Profile Page

Users need to be able to change their passwords, view their forms etc.

User Experience Improvements

  • Being able to reorder the fields
  • Being able to make the questions compulsory
  • Longer information text size (512 characters aren't enough and using extra information fields are not a good solution for the look)
  • Being able to edit previously created forms
  • Use some sort of seperator for the fields while creating a form

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.