Perl application that converts Google Forms into customizable HTML.
- By default, Bootstrap is used.
- For the time being only single-page forms are supported.
- Question types currently supported: Radio, Checkbox, and plain text.
- Nothing is stored in the database.
- Clone this repo and
cd
to thegform2htmlapp
. - Make sure you have Docker installed:
docker --version
- Build the Docker image
docker build -t gform2htmlapp .
- Run the container locally:
docker run -p 8080:8080 gform2htmlapp